HomeSort by relevance Sort by last modified time
    Searched refs:PathExists (Results 1 - 18 of 18) sorted by null

  /external/chromium/base/
file_util_unittest.cc 57 ASSERT_FALSE(file_util::PathExists(test_dir_));
354 // the recursion flag. Also coincidentally tests PathExists.
360 ASSERT_TRUE(file_util::PathExists(file_name));
365 ASSERT_TRUE(file_util::PathExists(subdir_path));
373 EXPECT_FALSE(file_util::PathExists(file_name));
374 EXPECT_TRUE(file_util::PathExists(subdir_path));
379 EXPECT_FALSE(file_util::PathExists(file_name));
380 EXPECT_FALSE(file_util::PathExists(subdir_path));
388 ASSERT_TRUE(file_util::PathExists(file_name_from));
393 ASSERT_FALSE(file_util::PathExists(file_name_to))
    [all...]
base_paths_posix.cc 47 if (file_util::PathExists(path.Append("base/base_paths_posix.cc"))) {
55 file_util::PathExists(path.Append("base/base_paths_posix.cc"))) {
path_service_unittest.cc 24 return result && !path.value().empty() && file_util::PathExists(path);
directory_watcher_mac.cc 81 if (!file_util::PathExists(path))
mime_util_linux.cc 165 if (!index_theme_loaded_ && file_util::PathExists(theme_index)) {
241 if (file_util::PathExists(icon_path))
461 if (file_util::PathExists(icon))
607 if (file_util::PathExists(icon_file))
path_service.cc 221 if (!file_util::PathExists(file_path) &&
shared_memory_posix.cc 104 if (file_util::PathExists(path)) {
file_util_posix.cc 219 if (PathExists(real_to_path)) {
302 bool PathExists(const FilePath& path) {
directory_watcher_unittest.cc 60 ASSERT_FALSE(file_util::PathExists(test_dir_));
file_util.h 171 bool PathExists(const FilePath& path);
process_util_linux.cc 611 if (!file_util::PathExists(oom_adj))
file_util_win.cc 196 if (!PathExists(to_path)) {
224 bool PathExists(const FilePath& path) {
  /external/chromium/base/i18n/
file_util_icu_unittest.cc 31 ASSERT_FALSE(file_util::PathExists(test_dir_));
  /external/chromium/base/test/
test_file_util_posix.cc 38 if (PathExists(real_to_path)) {
test_file_util_win.cc 25 if (!file_util::PathExists(file))
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 23 if (!file_util::PathExists(path))
backend_impl.cc 102 if (!file_util::PathExists(to_delete))
    [all...]
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 113 if (file_util::PathExists(*full_path))

Completed in 4186 milliseconds