Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest-filepath.cc302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerUtilFuchsia.cpp509 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; in ExecuteCommand() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_posix.cpp278 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
HDsanitizer_win.cpp569 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-filepath-test.cc620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument