Home
last modified time | relevance | path

Searched refs:kPathSeparatorWindows (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Dutil.cpp128 static const char kPathSeparatorWindows = '\\'; variable
156 if (filepath_last_character == kPathSeparatorWindows) { in ConCatPathFileName()