Home
last modified time | relevance | path

Searched refs:IsRootDirectory (Results 1 – 20 of 20) sorted by relevance

/external/googletest/googletest/test/
Dgoogletest-filepath-test.cc628 TEST(FilePathTest, IsRootDirectory) { in TEST() argument
630 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); in TEST()
631 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); in TEST()
632 EXPECT_TRUE(FilePath("e://").IsRootDirectory()); in TEST()
633 EXPECT_FALSE(FilePath("").IsRootDirectory()); in TEST()
634 EXPECT_FALSE(FilePath("b:").IsRootDirectory()); in TEST()
635 EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); in TEST()
636 EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); in TEST()
637 EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); in TEST()
639 EXPECT_TRUE(FilePath("/").IsRootDirectory()); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-filepath_test.cc675 TEST(FilePathTest, IsRootDirectory) { in TEST() argument
677 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); in TEST()
678 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); in TEST()
679 EXPECT_TRUE(FilePath("e://").IsRootDirectory()); in TEST()
680 EXPECT_FALSE(FilePath("").IsRootDirectory()); in TEST()
681 EXPECT_FALSE(FilePath("b:").IsRootDirectory()); in TEST()
682 EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); in TEST()
683 EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); in TEST()
684 EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); in TEST()
686 EXPECT_TRUE(FilePath("/").IsRootDirectory()); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc228 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
253 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/google-breakpad/src/testing/gtest/src/
Dgtest-filepath.cc221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/googletest/googletest/src/
Dgtest-filepath.cc224 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
249 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc228 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
253 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-filepath.cc221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc219 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
244 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc226 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
251 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc228 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
253 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h170 bool IsRootDirectory() const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-filepath.h170 bool IsRootDirectory() const;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/epid-sdk/ext/gtest/
Dgtest-all.cc8400 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
8425 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
Dgtest.h4443 bool IsRootDirectory() const;