Searched refs:g_file_exists_function (Results 1 – 1 of 1) sorted by relevance
75 static FileExistsFunction g_file_exists_function = FileExistsRaw; variable83 FLATBUFFERS_ASSERT(g_file_exists_function); in FileExists()84 return g_file_exists_function(name); in FileExists()111 FileExistsFunction previous_function = g_file_exists_function; in SetFileExistsFunction()112 g_file_exists_function = in SetFileExistsFunction()