Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory()
258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
H A Dgtest.cc464 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h173 bool IsAbsolutePath() const;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_file.h83 bool IsAbsolutePath(const char *path);
H A Dsanitizer_suppressions.cc58 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
H A Dsanitizer_rtems.cc260 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_posix.cc271 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_win.cc490 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.h84 bool IsAbsolutePath(const char *path);
H A Dsanitizer_suppressions.cc56 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
H A Dsanitizer_rtems.cc264 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_posix.cc269 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_win.cc492 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.h83 bool IsAbsolutePath(const char *path);
H A Dsanitizer_suppressions.cpp55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
H A Dsanitizer_posix.cpp266 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_win.cpp543 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function