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

1 2

  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 16 EXPECT_TRUE(file_util::DirectoryExists(test_path));
22 EXPECT_FALSE(file_util::DirectoryExists(test_path));
28 EXPECT_TRUE(file_util::DirectoryExists(test_path));
34 EXPECT_TRUE(file_util::DirectoryExists(test_path));
41 EXPECT_FALSE(file_util::DirectoryExists(test_path));
52 EXPECT_TRUE(file_util::DirectoryExists(test_path));
57 EXPECT_FALSE(file_util::DirectoryExists(test_path));
71 EXPECT_TRUE(file_util::DirectoryExists(test_path));
75 EXPECT_FALSE(file_util::DirectoryExists(test_path));
scoped_temp_dir.cc 53 if (!file_util::DirectoryExists(path) &&
83 return !path_.empty() && file_util::DirectoryExists(path_);
  /external/chromium/chrome/browser/google/
google_update_settings_posix.cc 35 if (!file_util::DirectoryExists(consent_dir))
58 if (!file_util::DirectoryExists(consent_dir) ||
  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 40 ASSERT_TRUE(file_util::DirectoryExists(version_1));
43 ASSERT_FALSE(file_util::DirectoryExists(src));
54 ASSERT_TRUE(file_util::DirectoryExists(version_2));
62 ASSERT_FALSE(file_util::DirectoryExists(version_1));
63 ASSERT_TRUE(file_util::DirectoryExists(version_2));
67 ASSERT_FALSE(file_util::DirectoryExists(version_2.DirName()));
68 ASSERT_TRUE(file_util::DirectoryExists(all_extensions));
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 125 bool FilePath::DirectoryExists() const {
176 if (pathname_.GetLength() == 0 || this->DirectoryExists()) {
195 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 139 bool DirectoryExists() const;
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 389 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
391 EXPECT_TRUE(FilePath("/").DirectoryExists());
406 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
416 EXPECT_FALSE(FilePath("").DirectoryExists());
424 EXPECT_TRUE(FilePath(".").DirectoryExists());
425 EXPECT_TRUE(FilePath(".\\").DirectoryExists());
429 EXPECT_TRUE(FilePath(".").DirectoryExists());
430 EXPECT_TRUE(FilePath("./").DirectoryExists());
567 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.c_str();
569 EXPECT_TRUE(testdata_path_.DirectoryExists());
    [all...]
  /external/gtest/test/
gtest-filepath_test.cc 389 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
391 EXPECT_TRUE(FilePath("/").DirectoryExists());
406 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
416 EXPECT_FALSE(FilePath("").DirectoryExists());
424 EXPECT_TRUE(FilePath(".").DirectoryExists());
425 EXPECT_TRUE(FilePath(".\\").DirectoryExists());
429 EXPECT_TRUE(FilePath(".").DirectoryExists());
430 EXPECT_TRUE(FilePath("./").DirectoryExists());
571 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.c_str();
573 EXPECT_TRUE(testdata_path_.DirectoryExists());
    [all...]
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 321 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
323 EXPECT_TRUE(FilePath("/").DirectoryExists());
338 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
348 EXPECT_FALSE(FilePath("").DirectoryExists());
355 EXPECT_TRUE(FilePath(".").DirectoryExists());
356 EXPECT_TRUE(FilePath(".\\").DirectoryExists());
359 EXPECT_TRUE(FilePath(".").DirectoryExists());
360 EXPECT_TRUE(FilePath("./").DirectoryExists());
481 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.c_str();
483 EXPECT_TRUE(testdata_path_.DirectoryExists());
    [all...]
  /external/chromium/chrome/browser/
platform_util_chromeos.cc 41 if (!file_util::DirectoryExists(dir))
platform_util_linux.cc 61 if (!file_util::DirectoryExists(dir))
user_style_sheet_watcher.cc 95 if (!file_util::DirectoryExists(style_sheet_dir)) {
  /external/chromium/net/tools/testserver/
run_testserver.cc 66 if (!file_util::DirectoryExists(test_server.document_root())) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 216 bool FilePath::DirectoryExists() const {
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/gtest/src/
gtest-filepath.cc 216 bool FilePath::DirectoryExists() const {
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 216 bool FilePath::DirectoryExists() const {
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/protobuf/gtest/src/
gtest-filepath.cc 185 bool FilePath::DirectoryExists() const {
274 if (pathname_.length() == 0 || this->DirectoryExists()) {
299 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/chromium/chrome/common/
auto_start_linux.cc 35 if (!file_util::DirectoryExists(autostart_directory) &&
zip.cc 239 bool is_directory = file_util::DirectoryExists(path);
267 DCHECK(file_util::DirectoryExists(src_dir));
  /external/chromium/net/test/
python_utils.cc 50 while (!file_util::DirectoryExists(dir.Append(to_try))) {
  /external/chromium/base/
file_util_proxy.cc 27 if (!file_util::DirectoryExists(dest_file_path.DirName()))
40 bool src_is_directory = file_util::DirectoryExists(src_file_path);
41 bool dest_is_directory = file_util::DirectoryExists(dest_file_path);
140 if (!file_util::DirectoryExists(file_path_.DirName())) {
268 if (!file_util::DirectoryExists(file_path_.DirName())) {
409 if (path_exists && !file_util::DirectoryExists(file_path_)) {
434 if (!file_util::DirectoryExists(file_path_)) {

Completed in 563 milliseconds

1 2