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

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

Completed in 13 milliseconds