Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dsysutil.h109 bool Shutdown(std::string_view target);
/bootable/recovery/
Drecovery_main.cpp501 Shutdown("userrequested,recovery"); in main()
506 Shutdown("userrequested,fastboot"); in main()
/bootable/recovery/otautil/
Dsysutil.cpp236 bool Shutdown(std::string_view target) { in Shutdown() function