HomeSort by relevance Sort by last modified time
    Searched refs:DirectoryExists (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir_unittest.cc 77 EXPECT_TRUE(base::DirectoryExists(temp_dir.path()));
79 EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.Append(L"Three")));
80 EXPECT_FALSE(base::DirectoryExists(parent_temp_dir));
81 EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName()));
82 EXPECT_TRUE(base::DirectoryExists(parent_temp_dir.DirName().DirName()));
84 EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName().DirName()));
104 EXPECT_TRUE(base::DirectoryExists(temp_dir1.path()));
105 EXPECT_TRUE(base::DirectoryExists(temp_dir2.path()));
109 EXPECT_FALSE(base::DirectoryExists(temp_dir1.path()));
111 EXPECT_TRUE(base::DirectoryExists(parent_temp_dir))
    [all...]
copy_tree_work_item.cc 41 (!base::DirectoryExists(source_path_)) &&
42 (!base::DirectoryExists(dest_path_)) &&
50 (!base::DirectoryExists(source_path_)) &&
51 (!base::DirectoryExists(dest_path_)) &&
  /external/chromium_org/base/files/
scoped_temp_dir_unittest.cc 20 EXPECT_TRUE(DirectoryExists(test_path));
26 EXPECT_FALSE(DirectoryExists(test_path));
32 EXPECT_TRUE(DirectoryExists(test_path));
38 EXPECT_TRUE(DirectoryExists(test_path));
45 EXPECT_FALSE(DirectoryExists(test_path));
56 EXPECT_TRUE(DirectoryExists(test_path));
61 EXPECT_FALSE(DirectoryExists(test_path));
75 EXPECT_TRUE(DirectoryExists(test_path));
79 EXPECT_FALSE(DirectoryExists(test_path));
scoped_temp_dir.cc 53 if (!DirectoryExists(path) && !base::CreateDirectory(path))
80 return !path_.empty() && DirectoryExists(path_);
  /art/runtime/
os.h 48 static bool DirectoryExists(const char* name);
os_linux.cc 60 bool OS::DirectoryExists(const char* name) {
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_file_operation.cc 27 if (!base::PathExists(image_path_) || base::DirectoryExists(image_path_)) {
  /external/chromium_org/tools/perf/clear_system_cache/
clear_system_cache_main.cc 42 if (base::DirectoryExists(path)) {
  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 86 !base::DirectoryExists(LocalPath(file_name));
89 bool DirectoryExists(const char *file_name) {
90 return base::DirectoryExists(LocalPath(file_name));
297 EXPECT_TRUE(DirectoryExists(from_dir));
300 EXPECT_FALSE(DirectoryExists(to_dir));
307 EXPECT_TRUE(DirectoryExists(from_dir));
310 EXPECT_TRUE(DirectoryExists(to_dir));
360 EXPECT_TRUE(DirectoryExists(from_dir));
363 EXPECT_FALSE(DirectoryExists(to_dir));
371 EXPECT_FALSE(DirectoryExists(from_dir))
    [all...]
file_system_operation_impl_unittest.cc 135 bool DirectoryExists(const std::string& path) {
136 return AsyncFileTestHelper::DirectoryExists(
434 base::File::Error DirectoryExists(const FileSystemURL& url) {
438 operation_runner()->DirectoryExists(
582 EXPECT_FALSE(DirectoryExists("src"));
589 EXPECT_TRUE(DirectoryExists("dest"));
590 EXPECT_FALSE(DirectoryExists("dest/src"));
600 EXPECT_FALSE(DirectoryExists("src"));
601 EXPECT_TRUE(DirectoryExists("dest/new"));
617 EXPECT_TRUE(DirectoryExists("dest/dir"))
    [all...]
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.cc 38 ASSERT_TRUE(base::DirectoryExists(input_directory));
39 ASSERT_TRUE(base::DirectoryExists(output_directory));
  /external/chromium_org/storage/browser/fileapi/
native_file_util.cc 126 if (!base::DirectoryExists(path.DirName())) {
132 if (base::DirectoryExists(path))
141 if (!base::DirectoryExists(path.DirName()))
178 if (path_exists && !base::DirectoryExists(path))
239 bool NativeFileUtil::DirectoryExists(const base::FilePath& path) {
240 return base::DirectoryExists(path);
296 if (base::DirectoryExists(path))
306 if (!base::DirectoryExists(path))
native_file_util.h 58 static bool DirectoryExists(const base::FilePath& path);
  /external/chromium_org/content/browser/appcache/
appcache_disk_cache_unittest.cc 82 EXPECT_TRUE(base::DirectoryExists(directory_.path()));
85 EXPECT_FALSE(base::DirectoryExists(directory_.path()));
103 EXPECT_TRUE(base::DirectoryExists(directory_.path()));
106 EXPECT_FALSE(base::DirectoryExists(directory_.path()));
167 EXPECT_TRUE(base::DirectoryExists(directory_.path()));
170 EXPECT_FALSE(base::DirectoryExists(directory_.path()));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 84 EXPECT_TRUE(base::DirectoryExists(normal_path));
85 EXPECT_FALSE(base::DirectoryExists(session_only_path));
121 EXPECT_TRUE(base::DirectoryExists(normal_path));
122 EXPECT_TRUE(base::DirectoryExists(session_only_path));
223 EXPECT_FALSE(base::DirectoryExists(test_path));
248 EXPECT_TRUE(base::DirectoryExists(test_path));
  /external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc 376 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
378 EXPECT_TRUE(FilePath("/").DirectoryExists());
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
403 EXPECT_FALSE(FilePath("").DirectoryExists());
411 EXPECT_TRUE(FilePath(".").DirectoryExists());
412 EXPECT_TRUE(FilePath(".\\").DirectoryExists());
416 EXPECT_TRUE(FilePath(".").DirectoryExists());
417 EXPECT_TRUE(FilePath("./").DirectoryExists());
551 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
553 EXPECT_TRUE(testdata_path_.DirectoryExists());
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 62 bool is_directory = base::DirectoryExists(path);
127 DCHECK(base::DirectoryExists(src_dir));
175 DCHECK(base::DirectoryExists(src_dir));
  /external/gtest/test/
gtest-filepath_test.cc 376 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
378 EXPECT_TRUE(FilePath("/").DirectoryExists());
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
403 EXPECT_FALSE(FilePath("").DirectoryExists());
411 EXPECT_TRUE(FilePath(".").DirectoryExists());
412 EXPECT_TRUE(FilePath(".\\").DirectoryExists());
416 EXPECT_TRUE(FilePath(".").DirectoryExists());
417 EXPECT_TRUE(FilePath("./").DirectoryExists());
551 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
553 EXPECT_TRUE(testdata_path_.DirectoryExists());
    [all...]
  /external/chromium_org/chrome/browser/google/
google_update_settings_posix.cc 45 if (!base::DirectoryExists(consent_file.DirName()))
63 if (!base::DirectoryExists(consent_dir))
google_update_settings_unittest.cc 75 ASSERT_TRUE(base::DirectoryExists(consent_dir));
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 158 bool DirectoryExists() const;
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/gtest/include/gtest/internal/
gtest-filepath.h 158 bool DirectoryExists() const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;

Completed in 562 milliseconds

1 2 3 4 5 6