HomeSort by: relevance | last modified time | path
    Searched refs:IsPathSeparator (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h 82 bool IsPathSeparator(const char c);
sanitizer_rtems.cc 256 bool IsPathSeparator(const char c) {
261 return path != nullptr && IsPathSeparator(path[0]);
sanitizer_posix.cc 267 bool IsPathSeparator(const char c) {
272 return path != nullptr && IsPathSeparator(path[0]);
sanitizer_win.cc 486 bool IsPathSeparator(const char c) {

Completed in 467 milliseconds