Searched refs:check_path_exists (Results 1 – 2 of 2) sorted by relevance
32 bool check_path_exists = true; in ReturnsValidPath() local37 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()
49 bool check_path_exists = true; in ReturnsValidPath() local55 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()