HomeSort by relevance Sort by last modified time
    Searched refs:FileExistsFunction (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/src/
util.cpp 70 static FileExistsFunction g_file_exists_function = FileExistsRaw;
104 FileExistsFunction SetFileExistsFunction(
105 FileExistsFunction file_exists_function) {
106 FileExistsFunction previous_function = g_file_exists_function;
  /external/flatbuffers/include/flatbuffers/
util.h 395 typedef bool (*FileExistsFunction)(const char *filename);
399 FileExistsFunction SetFileExistsFunction(
400 FileExistsFunction file_exists_function);

Completed in 227 milliseconds