Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/device/
H A Dcommands.h42 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& args);
H A Dfastboot_device.cpp53 {FB_CMD_REBOOT_FASTBOOT, RebootFastbootHandler}, in FastbootDevice()
H A Dcommands.cpp376 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootFastbootHandler() function