HomeSort by relevance Sort by last modified time
    Searched refs:PathExists (Results 51 - 75 of 495) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ui/base/
ui_base_paths.cc 51 if (!base::PathExists(cur)) // we don't want to create this
65 if (create_dir && !base::PathExists(cur) &&
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 327 ASSERT_TRUE(base::PathExists(
334 ASSERT_FALSE(base::PathExists(
356 ASSERT_TRUE(base::PathExists(
363 ASSERT_TRUE(base::PathExists(
376 ASSERT_TRUE(base::PathExists(shortcut_path));
381 ASSERT_FALSE(base::PathExists(shortcut_path));
382 ASSERT_TRUE(base::PathExists(shortcut_path.DirName()));
396 ASSERT_TRUE(base::PathExists(shortcut_path));
401 ASSERT_FALSE(base::PathExists(shortcut_path));
402 ASSERT_TRUE(base::PathExists(shortcut_path.DirName()))
    [all...]
eula_util.cc 29 && !base::PathExists(first_run_sentinel);
40 && base::PathExists(eula_sentinel);
move_tree_work_item.cc 31 if (!base::PathExists(source_path_)) {
44 if (base::PathExists(dest_path_)) {
self_cleaning_temp_dir.cc 24 if (base::PathExists(temp_parent_dir)) {
32 } while (parent_dir != *base_dir && !base::PathExists(parent_dir));
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_video_quality_browsertest.cc 119 if (!base::PathExists(GetWorkingDir())) {
126 if (!base::PathExists(reference_file)) {
142 if (!base::PathExists(pywebsocket_server)) {
146 if (!base::PathExists(path_to_data_handler)) {
208 if (!base::PathExists(path_to_converter)) {
252 if (!base::PathExists(path_to_analyzer)) {
257 if (!base::PathExists(path_to_compare_script)) {
chrome_webrtc_apprtc_browsertest.cc 73 if (!base::PathExists(appengine_dev_appserver)) {
81 if (!base::PathExists(apprtc_dir)) {
133 if (!base::PathExists(firefox_binary)) {
141 if (!base::PathExists(firefox_launcher)) {
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker_unittest.cc 83 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
115 EXPECT_FALSE(base::PathExists(install_path));
123 EXPECT_TRUE(base::PathExists(install_path));
  /external/chromium_org/content/browser/fileapi/
transient_file_util_unittest.cc 87 ASSERT_TRUE(base::PathExists(temp_path));
103 ASSERT_TRUE(base::PathExists(temp_path));
115 ASSERT_FALSE(base::PathExists(temp_path));
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database_unittest.cc 36 EXPECT_FALSE(base::PathExists(kFSDir));
59 EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
66 EXPECT_FALSE(base::PathExists(kFSDir));
87 EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
94 EXPECT_FALSE(base::PathExists(kFSDir));
107 EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
122 EXPECT_FALSE(base::PathExists(kFSDir));
149 EXPECT_FALSE(base::PathExists(kFSDir));
199 EXPECT_FALSE(base::PathExists(kFSDir));
259 EXPECT_FALSE(base::PathExists(kGarbageFile))
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_user_script_unittest.cc 48 EXPECT_TRUE(file_util::PathExists(
50 EXPECT_TRUE(file_util::PathExists(
87 EXPECT_TRUE(file_util::PathExists(
89 EXPECT_TRUE(file_util::PathExists(
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 52 if (!file_util::PathExists(extension_dir)) {
63 if (!file_util::PathExists(candidate)) {
95 if (!file_util::PathExists(manifest_path)) {
148 if (!file_util::PathExists(path)) {
165 if (!file_util::PathExists(image_path)) {
206 if (!file_util::PathExists(plugin.path)) {
223 if (!file_util::PathExists(extension->GetResource(*iter).GetFilePath())) {
239 !file_util::PathExists(extension->GetResource(path).GetFilePath())) {
255 if (path.empty() || !file_util::PathExists(path)) {
270 if (path.empty() || !file_util::PathExists(path))
    [all...]
  /external/chromium/webkit/glue/
iframe_redirect_unittest.cc 32 ASSERT_TRUE(file_util::PathExists(iframes_data_dir_));
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_apitest.cc 51 ASSERT_FALSE(base::PathExists(delegate.temp_file_));
  /external/chromium_org/chrome/browser/
user_data_dir_extractor_win.cc 48 if (!base::PathExists(user_data_dir)) {
  /external/chromium_org/content/browser/download/
base_file_unittest.cc 82 EXPECT_EQ(expect_file_survives_, base::PathExists(full_path));
242 EXPECT_TRUE(base::PathExists(base_file_->full_path()));
244 EXPECT_FALSE(base::PathExists(base_file_->full_path()));
287 EXPECT_TRUE(base::PathExists(initial_path));
289 EXPECT_FALSE(base::PathExists(new_path));
294 EXPECT_FALSE(base::PathExists(initial_path));
295 EXPECT_TRUE(base::PathExists(new_path));
425 EXPECT_TRUE(base::PathExists(initial_path));
427 EXPECT_FALSE(base::PathExists(new_path));
433 EXPECT_FALSE(base::PathExists(initial_path))
    [all...]
  /external/chromium_org/content/common/
content_paths.cc 24 if (!base::PathExists(cur)) // we don't want to create this
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_linux.cc 79 CHECK(!base::PathExists(base::FilePath("/proc/cpuinfo")));
  /external/chromium_org/content/test/
webui_resource_browsertest.cc 27 ASSERT_TRUE(PathExists(file));
  /external/chromium_org/mojo/shell/
storage.cc 44 if (!base::PathExists(profile_path_))
  /external/chromium_org/tools/perf/clear_system_cache/
clear_system_cache_main.cc 37 if (!base::PathExists(path)) {
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 75 return file_util::PathExists(new_chrome_exe);
82 if (!file_util::PathExists(new_chrome_exe))
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl_win.cc 51 if (!base::PathExists(library_file)) {
63 if (library_file.empty() || !base::PathExists(library_file)) {
  /external/chromium/chrome/common/
chrome_paths.cc 220 if (!file_util::PathExists(cur))
265 if (!file_util::PathExists(cur)) // we don't want to create this
274 if (!file_util::PathExists(cur)) // we don't want to create this
284 if (!file_util::PathExists(cur)) // we don't want to create this
298 if (!file_util::PathExists(cur)) // we don't want to create this
315 if (create_dir && !file_util::PathExists(cur) &&
json_pref_store_unittest.cc 31 ASSERT_TRUE(file_util::PathExists(data_dir_));
46 ASSERT_FALSE(file_util::PathExists(bogus_input_file));
66 EXPECT_FALSE(file_util::PathExists(invalid_file));
68 EXPECT_TRUE(file_util::PathExists(moved_aside));
79 ASSERT_TRUE(file_util::PathExists(input_file));
157 ASSERT_TRUE(file_util::PathExists(golden_output_file));

Completed in 230 milliseconds

1 23 4 5 6 7 8 91011>>