Home
last modified time | relevance | path

Searched defs:kPathSeparator (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp202 static const char kPathSeparator = SANITIZER_WINDOWS ? ';' : ':'; global() variable
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-filepath.cc73 const char kPathSeparator = '\\'; variable