Searched refs:reboot (Results 1 - 14 of 14) sorted by relevance
/system/extras/tests/bootloader/ |
H A D | haltest.py | 41 """Ensure mark successful works, and persists on reboot. 54 self.device.reboot() 64 change the reported slot until the reboot.""" 76 self.device.reboot() 101 self.device.reboot() 109 self.device.reboot()
|
H A D | bootloadertest.py | 172 """Tests that A/B devices can switch to each slot, and the change persists over a reboot.""" 190 self.fastboot.reboot(True)
|
/system/core/rootdir/ |
H A D | asan_extract.sh | 19 # This script will extract ASAN libraries from /system/asan.tar.gz to /data and then reboot. 90 # We want to reboot now. It seems it is not possible to run "reboot" here, the device will 93 log -p i -t asan_install "Signaling init to reboot..." 95 setprop sys.powerctl reboot
|
H A D | Android.mk | 168 # system before reboot.
|
/system/extras/ext4_utils/ |
H A D | setup_fs.c | 4 #include <sys/reboot.h>
|
/system/core/init/ |
H A D | Android.mk | 53 reboot.cpp \
|
H A D | reboot.cpp | 17 #include "reboot.h" 27 #include <sys/reboot.h> 63 // represents umount status during reboot / shutdown. 74 the state where umount status before reboot is not found / available. */ 204 reboot(RB_POWER_OFF); 213 reboot(RB_POWER_OFF); 216 // In normal case, reboot should not return. 217 PLOG(FATAL) << "reboot call returned"; 272 * up and leave it to e2fsck after reboot to fix it. 307 * and necessary check can be done at the next reboot [all...] |
H A D | perfboot.py | 361 device.reboot()
|
/system/core/healthd/ |
H A D | healthd_mode_charger.cpp | 44 #include <sys/reboot.h> 429 all devices. Check the property and continue booting or reboot 437 reboot(RB_AUTOBOOT); 490 reboot(RB_POWER_OFF);
|
/system/vold/ |
H A D | cryptfs.cpp | 197 enum RebootType {reboot, recovery, shutdown}; enumerator in enum:RebootType 201 case reboot: 202 property_set(ANDROID_RB_PROPERTY, "reboot"); 206 property_set(ANDROID_RB_PROPERTY, "reboot,recovery"); 216 /* Shouldn't get here, reboot should happen before sleep times out */ 1452 /* Let's hope that a reboot clears away whatever is keeping 1454 cryptfs_reboot(reboot); 1793 SLOGE("Default password did not match on reboot encryption"); 1801 SLOGE("Could not change password on reboot encryption"); 2051 SLOGE("cryptfs_enable: crypto block dev failure. Must reboot [all...] |
/system/extras/tests/workloads/ |
H A D | pwrtest.sh | 47 echo "-r restart : 0=no reboot between tests, 1=reboot (default)" 225 adb reboot
|
/system/update_engine/ |
H A D | update_engine_client.cc | 87 // Return whether we need to reboot. 0 if reboot is needed, 1 if an error 88 // occurred, 2 if no reboot is needed. 224 LOG(INFO) << "Update succeeded -- reboot needed."; 249 DEFINE_bool(reboot, false, "Initiate a reboot if needed."); 251 "Exit status 0 if reboot is needed, " 252 "2 if reboot is not needed or 1 if an error occurred."); 254 "Blocks until reboot is " 279 "Show the previous OS version used before the update reboot [all...] |
/system/sepolicy/private/ |
H A D | file_contexts | 375 /data/misc/reboot(/.*)? u:object_r:reboot_data_file:s0
|
/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | file_contexts | 368 /data/misc/reboot(/.*)? u:object_r:reboot_data_file:s0
|
Completed in 221 milliseconds