Home
last modified time | relevance | path

Searched refs:destination_directory (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/common/
Dprefs.cc196 std::filesystem::path destination_directory(GetTemporaryDir()); in CreateTemporaryPrefs() local
203 std::filesystem::copy(source_directory, destination_directory); in CreateTemporaryPrefs()
209 std::filesystem::path destination_directory(GetTemporaryDir()); in DeleteTemporaryPrefs() local
211 if (std::filesystem::exists(destination_directory)) { in DeleteTemporaryPrefs()
212 return std::filesystem::remove_all(destination_directory); in DeleteTemporaryPrefs()