Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h54 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp64 {FB_CMD_FETCH, FetchHandler}, in FastbootDevice()
Dcommands.cpp855 bool FetchHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FetchHandler() function