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

/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc263 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp468 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp264 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer
H A Dsanitizer_rtems.cpp263 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer
H A Dsanitizer_win.cpp515 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer

Completed in 167 milliseconds