Home
last modified time | relevance | path

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

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