Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/
Dboot_reason.rs43 Shutdown, enumerator
64 KnownBootReason::Shutdown => "shutdown", in fmt()
/bootable/recovery/otautil/include/otautil/
Dsysutil.h109 [[noreturn]] void Shutdown(std::string_view target);
/bootable/recovery/
Drecovery_main.cpp503 Shutdown("userrequested,recovery"); in main()
508 Shutdown("userrequested,fastboot"); in main()
/bootable/recovery/otautil/
Dsysutil.cpp236 void Shutdown(std::string_view target) { in Shutdown() function