Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dclean.cc132 std::regex instance_dir_regex("^.+\\.[1-9]\\d*$"); in CleanPriorFiles() local
135 if((path.rfind(runtime_dirs_basename, 0) == 0) && std::regex_match(path, instance_dir_regex) && in CleanPriorFiles()