Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Dutil.cpp87 FileExistsFunction g_file_exists_function = FileExistsRaw; variable
211 FLATBUFFERS_ASSERT(g_file_exists_function); in FileExists()
212 return g_file_exists_function(name); in FileExists()
239 FileExistsFunction previous_function = g_file_exists_function; in SetFileExistsFunction()
240 g_file_exists_function = in SetFileExistsFunction()