Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dutil.h162 static const char kPosixPathSeparator = '/'; variable
167 static const char kPathSeparator = kPosixPathSeparator;
201 path[path.size() - 1] != kPosixPathSeparator) in ConCatPathFileName()