Home
last modified time | relevance | path

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

/third_party/node/deps/zlib/google/
Dzip_unittest.cc188 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 …]
Dzip.cc61 if (base::PathExists(path) && !base::DirectoryExists(path)) { in OpenFilesForReading()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_unittest.cc188 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 …]
Dzip.cc61 if (base::PathExists(path) && !base::DirectoryExists(path)) { in OpenFilesForReading()
/third_party/skia/third_party/externals/zlib/google/
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_bar.AppendASCII(".hidden"))); in TEST_F()
[all …]
Dzip.cc61 if (base::PathExists(path) && !base::DirectoryExists(path)) { in OpenFilesForReading()
/third_party/gn/src/base/files/
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()
Dfile_util.h89 bool PathExists(const FilePath& path);
Dfile_util_win.cc250 bool PathExists(const FilePath& path) { in PathExists() function
Dfile_util_posix.cc262 bool PathExists(const FilePath& path) { in PathExists() function
/third_party/gn/src/gn/
Dsetup.cc285 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()
Dcommand_clean.cc59 if (!base::PathExists(build_ninja_d_file)) { in CleanOneDir()
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/
Dtjbench-gtest-wrapper.cpp68 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
138 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
Dgtest-utils.cpp48 ASSERT_TRUE(base::PathExists(*path)); in GetTestFilePath()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc543 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()
/third_party/cef/patch/patches/
Dlinux_assets_path_1936.patch25 if (base::PathExists(sandbox_candidate))
Dlinux_chrome_widevine_3149.patch57 if (!base::PathExists(hint_file_path)) {
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch7832 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 …]
D0003-ohos-1115.patch14554 + 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))) {