Home
last modified time | relevance | path

Searched defs:Reboot (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/otautil/
H A Dsysutil.cpp222 void Reboot(std::string_view target) { in Reboot() function
/aosp12/system/apex/apexd/
H A Dapexd_utils.h200 inline void Reboot() { in Reboot() function
/aosp12/system/core/fastboot/
H A Dfastboot_driver.cpp109 RetCode FastBootDriver::Reboot(std::string* response, std::vector<std::string>* info) { in Reboot() function in fastboot::FastBootDriver