Searched refs:IsRootDirectory (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc659 TEST(FilePathTest, IsRootDirectory) {
661 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
662 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
663 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
664 EXPECT_FALSE(FilePath("").IsRootDirectory());
665 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
666 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
667 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
668 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
670 EXPECT_TRUE(FilePath("/").IsRootDirectory());
[all...]
/external/gtest/test/
H A Dgtest-filepath_test.cc659 TEST(FilePathTest, IsRootDirectory) {
661 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
662 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
663 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
664 EXPECT_FALSE(FilePath("").IsRootDirectory());
665 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
666 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
667 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
668 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
670 EXPECT_TRUE(FilePath("/").IsRootDirectory());
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc228 const FilePath& path(IsRootDirectory() ? *this :
253 bool FilePath::IsRootDirectory() const { function in class:testing::internal::FilePath
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const { function in class:testing::internal::FilePath
/external/gtest/src/
H A Dgtest-filepath.cc223 const FilePath& path(IsRootDirectory() ? *this :
248 bool FilePath::IsRootDirectory() const { function in class:testing::internal::FilePath
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc219 const FilePath& path(IsRootDirectory() ? *this :
244 bool FilePath::IsRootDirectory() const { function in class:testing::internal::FilePath
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const { function in class:testing::internal::FilePath
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc190 const FilePath& path(IsRootDirectory() ? *this :
215 bool FilePath::IsRootDirectory() const { function in class:testing::internal::FilePath
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8055 const FilePath& path(IsRootDirectory() ? *this :
8080 bool FilePath::IsRootDirectory() const {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8057 const FilePath& path(IsRootDirectory() ? *this :
8082 bool FilePath::IsRootDirectory() const {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3654 bool IsRootDirectory() const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3654 bool IsRootDirectory() const;

Completed in 2987 milliseconds