Searched refs:PathExists (Results 1 - 25 of 426) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/zlib/google/
H A Dzip_unittest.cc82 ASSERT_TRUE(base::PathExists(path)) << "no file " << path.value();
193 ASSERT_FALSE(base::PathExists(evil_file));
208 ASSERT_FALSE(base::PathExists(evil_file));
/external/chromium_org/tools/gn/
H A Dcommand_args.cc245 if (!base::PathExists(arg_file)) {
H A Dfunction_exec_script.cc312 !base::PathExists(script_path)) {
H A Dsetup.cc109 if (base::PathExists(try_this_file))
460 if (!base::PathExists(build_dir_path.Append(
/external/chromium_org/tools/perf/clear_system_cache/
H A Dclear_system_cache_main.cc37 if (!base::PathExists(path)) {
/external/chromium_org/tools/vim/
H A Dchromium.ycm_extra_conf.py54 def PathExists(*args): function
70 while not (PathExists(curdir, 'src') and PathExists(curdir, 'src', 'DEPS')
71 and (PathExists(curdir, '.gclient')
72 or PathExists(curdir, 'src', '.git'))):
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc287 if (test_file_exists && !base::PathExists(locale_file_path))
/external/chromium_org/ui/base/
H A Dui_base_paths.cc52 if (!base::PathExists(cur)) // we don't want to create this
71 if (create_dir && !base::PathExists(cur) &&
/external/chromium_org/ui/gfx/
H A Dgfx_paths.cc27 if (!base::PathExists(cur)) // we don't want to create this
H A Dicon_util_unittest.cc77 ASSERT_TRUE(base::PathExists(icon_filename));
216 EXPECT_FALSE(base::PathExists(valid_icon_filename));
226 EXPECT_FALSE(base::PathExists(valid_icon_filename));
237 EXPECT_FALSE(base::PathExists(valid_icon_filename));
247 EXPECT_FALSE(base::PathExists(invalid_icon_filename));
259 EXPECT_FALSE(base::PathExists(icon_filename));
266 EXPECT_FALSE(base::PathExists(icon_filename));
/external/chromium_org/ui/gfx/test/
H A Dfontconfig_util_linux.cc82 if (!base::PathExists(path)) {
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.cc80 return base::PathExists(new_chrome_exe);
H A Dcommand_execute_impl.cc80 if (!base::PathExists(chrome_exe_path)) {
88 if (!base::PathExists(chrome_exe_path)) {
321 if (!base::PathExists(*chrome_exe)) {
323 if (!base::PathExists(*chrome_exe)) {
/external/chromium_org/win8/test/
H A Dmetro_registration_helper.cc47 if (!base::PathExists(chrome_exe) || !base::PathExists(registrar)) {
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc373 return ::base::PathExists(CreateFilePath(fname));
546 if (!::base::PathExists(src_file_path))
/external/chromium_org/third_party/libjingle/overrides/
H A Dinit_webrtc.cc105 CHECK(base::PathExists(path)); // libpeerconnection itself is missing.
/external/chromium_org/net/base/
H A Dfile_stream_unittest.cc843 ASSERT_TRUE(base::PathExists(test_dir));
850 EXPECT_TRUE(base::PathExists(path));
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc3256 EXPECT_TRUE(base::PathExists(to_delete_file));
3266 EXPECT_FALSE(base::PathExists(should_be_gone_file));
H A Dcache_util.cc46 if (!base::PathExists(to_delete))
H A Dcache_util_unittest.cc56 EXPECT_TRUE(base::PathExists(dest_dir_));
57 EXPECT_TRUE(base::PathExists(dest_file1_));
58 EXPECT_TRUE(base::PathExists(dest_file2_));
59 EXPECT_TRUE(base::PathExists(dest_dir1_));
61 EXPECT_TRUE(base::PathExists(cache_dir_)); // old cache dir stays
63 EXPECT_FALSE(base::PathExists(cache_dir_)); // old cache is gone
65 EXPECT_FALSE(base::PathExists(file1_));
66 EXPECT_FALSE(base::PathExists(file2_));
67 EXPECT_FALSE(base::PathExists(dir1_));
72 EXPECT_TRUE(base::PathExists(cache_dir
[all...]
H A Dentry_unittest.cc3715 return PathExists(third_stream_file_path);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc125 if (!base::PathExists(path) && !base::CreateDirectory(path)) {
H A Dsimple_index_file.cc292 const bool index_file_existed = base::PathExists(index_file_path);
H A Dsimple_index_file_unittest.cc213 EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
226 EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
259 EXPECT_FALSE(base::PathExists(index_path));
326 EXPECT_TRUE(base::PathExists(index_file_path));
H A Dsimple_version_upgrade_unittest.cc122 EXPECT_FALSE(base::PathExists(index_file));

Completed in 1658 milliseconds

1234567891011>>