Home
last modified time | relevance | path

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

/third_party/boost/libs/filesystem/src/
Dpath.cpp73 const wchar_t* preferred_separator_string = L"\\"; variable
86 const char* preferred_separator_string = "/"; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp614 static const char preferred_separator_string[] = { preferred_separator, '\0' }; variable