Home
last modified time | relevance | path

Searched refs:IsPathSeparator (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h82 bool IsPathSeparator(const char c);
H A Dsanitizer_posix.cpp272 bool IsPathSeparator(const char c) { in IsPathSeparator() function
277 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
H A Dsanitizer_file.cpp84 if (!IsPathSeparator(path[i])) in RecursiveCreateParentDirs()
H A Dsanitizer_win.cpp559 bool IsPathSeparator(const char c) { in IsPathSeparator() function
570 IsPathSeparator(path[2]); in IsAbsolutePath()