Home
last modified time | relevance | path

Searched refs: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
728 if (itr.m_element.m_pathname == preferred_separator_string) in begin()
831 …if (it.m_element.m_pathname == preferred_separator_string) // needed for Windows, harmless on POSIX in m_path_iterator_decrement()
/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
617 return preferred_separator_string; in get_separator()