Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h177 bool IsAbsolutePath() const;
/llvm-project-15.0.7/compiler-rt/lib/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.cpp269 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_win.cpp568 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp459 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; in ExecuteCommand() local
460 if (!IsAbsolutePath && Cmd.hasFlag("artifact_prefix")) in ExecuteCommand()