Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dcommands.h40 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& args);
H A Dfastboot_device.cpp98 {FB_CMD_REBOOT, RebootHandler}, in FastbootDevice()
H A Dcommands.cpp387 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootHandler() function