Home
last modified time | relevance | path

Searched defs:IsAbsolutePath (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc263 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc271 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_rtems.cc260 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_win.cc490 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc615 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument