Searched refs:PathExists (Results 1 – 20 of 20) sorted by relevance
188 ASSERT_TRUE(base::PathExists(path)) << "no file " << path.value(); in TestUnzipFile()204 if (base::PathExists(unzipped_entry_path) && in TestUnzipFile()324 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()339 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()358 ASSERT_TRUE(base::PathExists(test_dir_.AppendASCII("foo.txt"))); in TEST_F()402 ASSERT_TRUE(base::PathExists(dir.AppendASCII("foo.txt"))); in TEST_F()403 ASSERT_TRUE(base::PathExists(dir_foo)); in TEST_F()404 ASSERT_TRUE(base::PathExists(dir_foo.AppendASCII("bar.txt"))); in TEST_F()405 ASSERT_TRUE(base::PathExists(dir_foo_bar)); in TEST_F()406 ASSERT_TRUE(base::PathExists(dir_foo_bar.AppendASCII(".hidden"))); in TEST_F()[all …]
61 if (base::PathExists(path) && !base::DirectoryExists(path)) { in OpenFilesForReading()
189 ASSERT_TRUE(base::PathExists(path)) << "no file " << path.value(); in TestUnzipFile()205 if (base::PathExists(unzipped_entry_path) && in TestUnzipFile()325 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()340 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()359 ASSERT_TRUE(base::PathExists(test_dir_.AppendASCII("foo.txt"))); in TEST_F()403 ASSERT_TRUE(base::PathExists(dir.AppendASCII("foo.txt"))); in TEST_F()404 ASSERT_TRUE(base::PathExists(dir_foo)); in TEST_F()405 ASSERT_TRUE(base::PathExists(dir_foo.AppendASCII("bar.txt"))); in TEST_F()406 ASSERT_TRUE(base::PathExists(dir_foo_bar)); in TEST_F()407 ASSERT_TRUE(base::PathExists(dir_foo_bar.AppendASCII(".hidden"))); in TEST_F()[all …]
227 if (!PathExists(path) && in GetUniquePathNumber()228 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) { in GetUniquePathNumber()235 if (!PathExists(new_path) && in GetUniquePathNumber()236 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) { in GetUniquePathNumber()
89 bool PathExists(const FilePath& path);
250 bool PathExists(const FilePath& path) { in PathExists() function
262 bool PathExists(const FilePath& path) { in PathExists() function
285 if (base::PathExists(exe_path)) in PythonBatToExe()304 if (base::PathExists(cur_dir_candidate_exe)) in FindWindowsPython()327 if (base::PathExists(candidate_exe)) in FindWindowsPython()337 if (base::PathExists(candidate_bat)) { in FindWindowsPython()514 (gen_empty_args_ && !PathExists(build_arg_file))) { in FillArguments()722 if (!base::PathExists( in FillBuildDir()
59 if (!base::PathExists(build_ninja_d_file)) { in CleanOneDir()
360 if (!base::PathExists(arg_file)) { in EditArgsFile()370 if (!base::PathExists(full_path)) { in EditArgsFile()
68 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()138 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
48 ASSERT_TRUE(base::PathExists(*path)); in GetTestFilePath()
543 if (base::PathExists(resources_pak_file)) { in InitializeResourceBundle()554 if (base::PathExists(chrome_100_percent_pak_file)) { in InitializeResourceBundle()563 if (base::PathExists(chrome_200_percent_pak_file)) { in InitializeResourceBundle()
25 if (base::PathExists(sandbox_candidate))
57 if (!base::PathExists(hint_file_path)) {
7832 if (base::PathExists(resources_pak_file)) {7848 if (base::PathExists(chrome_100_percent_pak_file)) {7862 if (base::PathExists(chrome_200_percent_pak_file)) {25456 + ASSERT_TRUE(base::PathExists(config_dir));25459 + ASSERT_TRUE(base::PathExists(config_file_path));26672 - if (base::PathExists(config_path)) {26691 + return base::PathExists(config_path);44194 base::PathExists(base::FilePath(img_url.path()))) {44198 if (base::PathExists(base::FilePath(img_src))) {44453 + if (!base::PathExists(path)) {[all …]
14554 + if (!base::PathExists(base::FilePath(test_name))) {14561 + if (!base::PathExists(base::FilePath(test_name))) {257823 + base::PathExists(base::FilePath(img_url.path()))) {257826 + if (base::PathExists(base::FilePath(img_src))) {