Home
last modified time | relevance | path

Searched refs:PathExists (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/
H A D.ycm_extra_conf.py51 def PathExists(*args): function
67 while not (PathExists(curdir, 'v8') and PathExists(curdir, 'v8', 'DEPS')
68 and (PathExists(curdir, '.gclient')
69 or PathExists(curdir, 'v8', '.git'))):
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_unittest.cc189 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_ba in TEST_F()
[all...]
H A Dzip.cc61 if (base::PathExists(path) && !base::DirectoryExists(path)) {
/third_party/gn/src/base/files/
H A Dfile_util.cc227 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()
H A Dfile_util.h89 bool PathExists(const FilePath& path);
H A Dfile_util_win.cc250 bool PathExists(const FilePath& path) { in PathExists() function
H A Dfile_util_posix.cc262 bool PathExists(const FilePath& path) { in PathExists() function
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc275 ASSERT_TRUE(base::PathExists(path)) << "no file " << path; in TestUnzipFile()
291 if (base::PathExists(unzipped_entry_path) && in TestUnzipFile()
407 EXPECT_TRUE(base::PathExists(output_dir.AppendASCII( in TEST_F()
418 ASSERT_TRUE(base::PathExists( in TEST_F()
420 ASSERT_FALSE(base::PathExists(output_dir.AppendASCII("../evil.txt"))); in TEST_F()
917 EXPECT_TRUE(base::PathExists(dir.AppendASCII("foo.txt"))); in TEST_F()
919 EXPECT_TRUE(base::PathExists(dir_foo.AppendASCII("bar.txt"))); in TEST_F()
921 EXPECT_TRUE(base::PathExists(dir_foo_bar.AppendASCII(".hidden"))); in TEST_F()
922 EXPECT_TRUE(base::PathExists(dir_foo_bar.AppendASCII("baz.txt"))); in TEST_F()
923 EXPECT_TRUE(base::PathExists(dir_foo_ba in TEST_F()
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc275 ASSERT_TRUE(base::PathExists(path)) << "no file " << path; in TestUnzipFile()
291 if (base::PathExists(unzipped_entry_path) && in TestUnzipFile()
407 EXPECT_TRUE(base::PathExists(output_dir.AppendASCII( in TEST_F()
418 ASSERT_TRUE(base::PathExists( in TEST_F()
420 ASSERT_FALSE(base::PathExists(output_dir.AppendASCII("../evil.txt"))); in TEST_F()
917 EXPECT_TRUE(base::PathExists(dir.AppendASCII("foo.txt"))); in TEST_F()
919 EXPECT_TRUE(base::PathExists(dir_foo.AppendASCII("bar.txt"))); in TEST_F()
921 EXPECT_TRUE(base::PathExists(dir_foo_bar.AppendASCII(".hidden"))); in TEST_F()
922 EXPECT_TRUE(base::PathExists(dir_foo_bar.AppendASCII("baz.txt"))); in TEST_F()
923 EXPECT_TRUE(base::PathExists(dir_foo_ba in TEST_F()
[all...]
/third_party/gn/src/gn/
H A Dcommand_clean.cc31 if (!base::PathExists(args_gn_file) && in CleanOneDir()
32 !base::PathExists(build_ninja_d_file)) { in CleanOneDir()
H A Dsetup.cc250 if (base::PathExists(try_this_file))
336 if (base::PathExists(exe_path))
355 if (base::PathExists(cur_dir_candidate_exe))
378 if (base::PathExists(candidate_exe))
388 if (base::PathExists(candidate_bat)) {
609 (gen_empty_args_ && !PathExists(build_arg_file))) {
817 if (!base::PathExists(
H A Dohos_components_mapping.cc41 if (!base::PathExists(file)) { in GetRealImportFile()
H A Dcommand_args.cc360 if (!base::PathExists(arg_file)) { in EditArgsFile()
370 if (!base::PathExists(full_path)) { in EditArgsFile()
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Dtjbench-gtest-wrapper.cpp68 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
138 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
H A Dgtest-utils.cpp48 ASSERT_TRUE(base::PathExists(*path)); in GetTestFilePath()
/third_party/gn/src/util/
H A Datomic_write_unittest.cc31 EXPECT_FALSE(base::PathExists(file_)); in TEST_F()

Completed in 11 milliseconds