Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h177 bool IsAbsolutePath() const;
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h84 bool IsAbsolutePath(const char *path);
H A Dsanitizer_suppressions.cpp55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
H A Dsanitizer_posix.cpp278 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_win.cpp586 bool IsAbsolutePath(const char *path) { in NanoTime()
569 bool IsAbsolutePath(const char *path) { IsAbsolutePath() function
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp509 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; in ExecuteCommand() local
510 if (!IsAbsolutePath && Cmd.hasFlag("artifact_prefix")) in ExecuteCommand()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-filepath.cc302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
H A Dgtest.cc683 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()