Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dutil.h190 inline std::string StripFileName(const std::string &filepath) { in StripFileName() function
210 auto parent = StripFileName(filepath); in EnsureDirExists()
/external/flatbuffers/src/
Dflatc.cpp28 auto local_include_directory = flatbuffers::StripFileName(filename); in ParseFile()