Home
last modified time | relevance | path

Searched refs:IsAbsolutePath (Results 1 – 18 of 18) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc620 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/
Dgtest-filepath.cc251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory()
258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
Dgtest.cc464 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h173 bool IsAbsolutePath() const;
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h177 bool IsAbsolutePath() const;
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-filepath.h177 bool IsAbsolutePath() const;
/third_party/lzma/CPP/Windows/
DFileName.h82 bool IsAbsolutePath(const wchar_t *s) throw();
DFileName.cpp242 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
DFileLink.cpp122 bool isAbs = IsAbsolutePath(path); in FillLinkData()
/third_party/node/deps/googletest/src/
Dgtest-filepath.cc301 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
Dgtest.cc683 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
/third_party/googletest/googletest/src/
Dgtest-filepath.cc298 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
Dgtest.cc675 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp615 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/
DBrowseDialog.cpp920 if (IsAbsolutePath(path)) in CorrectFsPath()
/third_party/node/deps/v8/src/d8/
Dd8.cc854 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/
Dgtest-all.cc2126 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
Dgtest.h3231 bool IsAbsolutePath() const;