Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.h100 RetCode RebootTo(std::string target, std::string* response = nullptr,
Dfastboot.cpp1276 fb->RebootTo("fastboot"); in reboot_to_userspace_fastboot()
2194 fb->RebootTo("bootloader"); in Main()
2197 fb->RebootTo("recovery"); in Main()
Dfastboot_driver.cpp109 RetCode FastBootDriver::RebootTo(std::string target, std::string* response, in RebootTo() function in fastboot::FastBootDriver
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp231 fb->RebootTo("fastboot"); in TEST_F()