Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dutil.cpp70 static FileExistsFunction g_file_exists_function = FileExistsRaw; variable
78 FLATBUFFERS_ASSERT(g_file_exists_function); in FileExists()
79 return g_file_exists_function(name); in FileExists()
106 FileExistsFunction previous_function = g_file_exists_function; in SetFileExistsFunction()
107 g_file_exists_function = in SetFileExistsFunction()