Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc715 bool CleanPriorFiles(const std::string& path, const std::set<std::string>& preserving) { in CleanPriorFiles() function
751 if (!CleanPriorFiles(entity_path.c_str(), preserving)) { in CleanPriorFiles()
766 bool CleanPriorFiles(const std::vector<std::string>& paths, const std::set<std::string>& preserving… in CleanPriorFiles() function
788 if (!CleanPriorFiles(path, preserving)) { in CleanPriorFiles()
796 bool CleanPriorFiles(const cuttlefish::CuttlefishConfig& config, const std::set<std::string>& prese… in CleanPriorFiles() function
809 return CleanPriorFiles(paths, preserving); in CleanPriorFiles()
885 if (!CleanPriorFiles(config, preserving)) { in InitFilesystemAndCreateConfig()