Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h174 bool IsAbsolutePath() const;
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc249 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory()
256 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
H A Dgtest.cc410 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()