Home
last modified time | relevance | path

Searched refs:FB_CMD_FETCH (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dconstants.h38 #define FB_CMD_FETCH "fetch" macro
Dfastboot_driver.cpp369 std::string cmd = FB_CMD_FETCH ":" + partition; in FetchToFd()
Dfastboot.cpp2287 } else if (command == FB_CMD_FETCH) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp64 {FB_CMD_FETCH, FetchHandler}, in FastbootDevice()