Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dutil.cpp155 char &filepath_last_character = string_back(filepath); in ConCatPathFileName() local
156 if (filepath_last_character == kPathSeparatorWindows) { in ConCatPathFileName()
157 filepath_last_character = kPathSeparator; in ConCatPathFileName()
158 } else if (filepath_last_character != kPathSeparator) { in ConCatPathFileName()