OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reboot_target
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
reboot.cpp
475
std::string
reboot_target
= "";
local
498
reboot_target
= cmd_params[1];
501
if (
reboot_target
== "bootloader") {
511
reboot_target
+= "," + cmd_params[2];
527
auto shutdown_handler = [cmd, command,
reboot_target
, run_fsck](const BuiltinArguments&) {
528
DoReboot(cmd, command,
reboot_target
, run_fsck);
/external/lisa/libs/utils/android/
benchmark.py
258
self.
reboot_target
()
269
rebooted = self.
reboot_target
()
349
def
reboot_target
(self, disable_charge=True):
member in class:LisaBenchmark
/external/lisa/ipynb/releases/
ReleaseNotes_v17.03.ipynb
451
" '
reboot_target
': <function android.benchmark.
reboot_target
>}"
Completed in 286 milliseconds