Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dpath_service_unittest.cc32 bool check_path_exists = true; in ReturnsValidPath() local
37 check_path_exists = false; in ReturnsValidPath()
43 check_path_exists = false; in ReturnsValidPath()
48 check_path_exists = false; in ReturnsValidPath()
60 return result && !path.empty() && (!check_path_exists || PathExists(path)); in ReturnsValidPath()
/aosp_15_r20/external/cronet/base/
H A Dpath_service_unittest.cc49 bool check_path_exists = true; in ReturnsValidPath() local
55 check_path_exists = false; in ReturnsValidPath()
61 check_path_exists = false; in ReturnsValidPath()
65 check_path_exists = false; in ReturnsValidPath()
89 if (check_path_exists && !PathExists(path)) { in ReturnsValidPath()