Searched defs:FileCallback (Results 1 – 2 of 2) sorted by relevance
90 using FileCallback = android::base::function_ref<bool(const Control& control, FileId fileId)>; variable172 using FileCallback = android::base::function_ref<bool(std::string_view)>; variable
290 typedef bool (*FileCallback)(void* context, const IncFsControl* control, IncFsFileId fileId); typedef