Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Dutil.cpp87 FileExistsFunction g_file_exists_function = FileExistsRaw;
237 FileExistsFunction SetFileExistsFunction( in SetFileExistsFunction()
238 FileExistsFunction file_exists_function) { in SetFileExistsFunction()
239 FileExistsFunction previous_function = g_file_exists_function; in SetFileExistsFunction()
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dutil.h395 typedef bool (*FileExistsFunction)(const char *filename); typedef
399 FileExistsFunction SetFileExistsFunction(
400 FileExistsFunction file_exists_function);
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dutil.h397 typedef bool (*FileExistsFunction)(const char *filename); typedef
401 FileExistsFunction SetFileExistsFunction(
402 FileExistsFunction file_exists_function);
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dutil.h397 typedef bool (*FileExistsFunction)(const char *filename); typedef
401 FileExistsFunction SetFileExistsFunction(
402 FileExistsFunction file_exists_function);