Searched refs:FileOrDirectoryExists (Results 1 - 24 of 24) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-filepath.h135 bool FileOrDirectoryExists() const;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-filepath.cc113 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
157 } while (full_pathname.FileOrDirectoryExists());
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h158 bool FileOrDirectoryExists() const;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h154 bool FileOrDirectoryExists() const;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h158 bool FileOrDirectoryExists() const;
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h158 bool FileOrDirectoryExists() const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h158 bool FileOrDirectoryExists() const;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h158 bool FileOrDirectoryExists() const;
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-filepath.h158 bool FileOrDirectoryExists() const;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h158 bool FileOrDirectoryExists() const;
/external/chromium/testing/gtest/test/
H A Dgtest-filepath_test.cc583 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there
586 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there
588 EXPECT_TRUE(file_path.FileOrDirectoryExists());
593 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
595 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
601 EXPECT_TRUE(testdata_file_.FileOrDirectoryExists());
/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc567 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there
570 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there
572 EXPECT_TRUE(file_path.FileOrDirectoryExists());
577 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
579 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
585 EXPECT_TRUE(testdata_file_.FileOrDirectoryExists());
/external/gtest/test/
H A Dgtest-filepath_test.cc587 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there
590 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there
592 EXPECT_TRUE(file_path.FileOrDirectoryExists());
597 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
599 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
605 EXPECT_TRUE(testdata_file_.FileOrDirectoryExists());
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc497 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there
500 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there
502 EXPECT_TRUE(file_path.FileOrDirectoryExists());
507 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
509 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
515 EXPECT_TRUE(testdata_file_.FileOrDirectoryExists());
/external/chromium/testing/gtest/src/
H A Dgtest-filepath.cc202 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
286 } while (full_pathname.FileOrDirectoryExists());
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc204 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
288 } while (full_pathname.FileOrDirectoryExists());
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc202 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
286 } while (full_pathname.FileOrDirectoryExists());
/external/gtest/src/
H A Dgtest-filepath.cc202 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
286 } while (full_pathname.FileOrDirectoryExists());
/external/llvm/utils/unittest/googletest/
H A Dgtest-filepath.cc200 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
284 } while (full_pathname.FileOrDirectoryExists());
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc202 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
286 } while (full_pathname.FileOrDirectoryExists());
/external/open-vcdiff/gtest/src/
H A Dgtest-filepath.cc171 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
255 } while (full_pathname.FileOrDirectoryExists());
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc171 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
255 } while (full_pathname.FileOrDirectoryExists());
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8038 bool FilePath::FileOrDirectoryExists() const {
8122 } while (full_pathname.FileOrDirectoryExists());
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3641 bool FileOrDirectoryExists() const;

Completed in 870 milliseconds