Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h50 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp60 {FB_CMD_UPDATE_SUPER, UpdateSuperHandler}, in FastbootDevice()
Dcommands.cpp598 bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args) { in UpdateSuperHandler() function