| /third_party/googletest/googletest/test/ |
| D | googletest-filepath-test.cc | 620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument 621 EXPECT_FALSE(FilePath("is" GTEST_PATH_SEP_ "relative").IsAbsolutePath()); in TEST() 622 EXPECT_FALSE(FilePath("").IsAbsolutePath()); in TEST() 626 .IsAbsolutePath()); in TEST() 627 EXPECT_FALSE(FilePath("c:foo" GTEST_PATH_SEP_ "bar").IsAbsolutePath()); in TEST() 630 .IsAbsolutePath()); in TEST() 631 EXPECT_TRUE(FilePath("d:/Windows").IsAbsolutePath()); in TEST() 632 EXPECT_TRUE(FilePath("\\\\Host\\Share").IsAbsolutePath()); in TEST() 633 EXPECT_TRUE(FilePath("\\\\Host\\Share\\Folder").IsAbsolutePath()); in TEST() 636 .IsAbsolutePath()); in TEST()
|
| /third_party/mesa3d/src/gtest/src/ |
| D | gtest-filepath.cc | 251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
|
| D | gtest.cc | 464 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| D | gtest-filepath.h | 173 bool IsAbsolutePath() const;
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| D | gtest-filepath.h | 177 bool IsAbsolutePath() const;
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| D | gtest-filepath.h | 177 bool IsAbsolutePath() const;
|
| /third_party/lzma/CPP/Windows/ |
| D | FileName.h | 82 bool IsAbsolutePath(const wchar_t *s) throw();
|
| D | FileName.cpp | 242 bool IsAbsolutePath(const wchar_t *s) throw() in IsAbsolutePath() function 369 bool IsAbsolutePath(const wchar_t *s) throw() { return IS_SEPAR(s[0]); } in IsAbsolutePath() function
|
| D | FileLink.cpp | 122 bool isAbs = IsAbsolutePath(path); in FillLinkData()
|
| /third_party/node/deps/googletest/src/ |
| D | gtest-filepath.cc | 301 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
|
| D | gtest.cc | 683 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
|
| /third_party/googletest/googletest/src/ |
| D | gtest-filepath.cc | 298 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
|
| D | gtest.cc | 675 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | ArchiveExtractCallback.cpp | 615 IsAbsolute = NName::IsAbsolutePath(path); in Parse() 1299 || !NName::IsAbsolutePath(processedPath)) in GetExtractStream() 2427 || !NName::IsAbsolutePath(processedPath)) in Hash_GetFullFilePath()
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| D | BrowseDialog.cpp | 920 if (IsAbsolutePath(path)) in CorrectFsPath()
|
| /third_party/node/deps/v8/src/d8/ |
| D | d8.cc | 854 bool IsAbsolutePath(const std::string& path) { in IsAbsolutePath() function 881 DCHECK(IsAbsolutePath(path)); in DirName() 893 if (IsAbsolutePath(path)) { in NormalizePath() 1023 DCHECK(IsAbsolutePath(file_name)); in FetchModuleTree()
|
| /third_party/cef/tools/distrib/gtest/ |
| D | gtest-all.cc | 2126 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 10123 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 10130 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
|
| D | gtest.h | 3231 bool IsAbsolutePath() const;
|