Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dutil.cpp53 bool FileExistsRaw(const char *name) { in FileExistsRaw() function
79 static FileExistsFunction g_file_exists_function = FileExistsRaw;
117 file_exists_function ? file_exists_function : FileExistsRaw; in SetFileExistsFunction()