Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dutil.cpp150 char &filepath_last_character = string_back(filepath); in ConCatPathFileName() local
151 if (filepath_last_character == kPathSeparatorWindows) { in ConCatPathFileName()
152 filepath_last_character = kPathSeparator; in ConCatPathFileName()
153 } else if (filepath_last_character != kPathSeparator) { in ConCatPathFileName()