Searched refs:g_file_exists_function (Results 1 – 1 of 1) sorted by relevance
70 static FileExistsFunction g_file_exists_function = FileExistsRaw; variable78 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()