Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dutil.cpp124 static const char *PathSeparatorSet = "\\/"; // Intentionally no ':' variable
137 size_t i = filepath.find_last_of(PathSeparatorSet); in StripPath()
142 size_t i = filepath.find_last_of(PathSeparatorSet); in StripFileName()