Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h37 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp48 {FB_CMD_DOWNLOAD, DownloadHandler}, in FastbootDevice()
Dcommands.cpp260 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler() function