Searched refs:reboot (Results 1 – 25 of 26) sorted by relevance
12
/system/core/reboot/ |
D | Android.bp | 4 name: "reboot", 5 srcs: ["reboot.c"],
|
/system/extras/tests/bootloader/ |
D | haltest.py | 54 self.device.reboot() 76 self.device.reboot() 101 self.device.reboot() 109 self.device.reboot()
|
D | bootloadertest.py | 185 self.fastboot.reboot(True)
|
/system/core/shell_and_utilities/ |
D | Android.bp | 9 "reboot",
|
/system/core/libutils/tests/ |
D | README.txt | 4 (after adb root; adb disable-verity; adb reboot)
|
/system/sepolicy/public/ |
D | update_verifier.te | 15 # Allow update_verifier to reboot the device.
|
D | uncrypt.te | 27 # Set a property to reboot the device.
|
D | asan_extract.te | 34 # We use asan.restore_reboot to signal a reboot is required.
|
D | kernel.te | 38 # Init reboot before switching selinux domains under certain error
|
/system/core/ |
D | CleanSpec.mk | 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot)
|
/system/core/init/test_service/ |
D | README.md | 38 adb reboot
|
/system/core/init/ |
D | Android.mk | 91 reboot.cpp \
|
D | reboot.cpp | 167 reboot(RB_POWER_OFF); in RebootSystem() 176 reboot(RB_POWER_OFF); in RebootSystem()
|
D | perfboot.py | 361 device.reboot()
|
D | README.md | 135 four minutes, the device will reboot into recovery mode. 554 This command will cause the device to reboot. After the device is rebooted and 581 adb reboot bootloader &&
|
/system/vold/ |
D | cryptfs.cpp | 196 enum RebootType {reboot, recovery, shutdown}; enumerator 200 case reboot: in cryptfs_reboot() 1458 cryptfs_reboot(reboot); in cryptfs_restart_internal() 2659 cryptfs_reboot(reboot); in cryptfs_enable_all_volumes() 2894 cryptfs_reboot(reboot); in cryptfs_enable_internal() 2981 cryptfs_reboot(reboot); in cryptfs_enable_internal() 3031 cryptfs_reboot(reboot); in cryptfs_enable_internal()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 225 adb reboot
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 639 reboot(RB_AUTOBOOT); in process_key() 694 reboot(RB_POWER_OFF); in handle_power_supply_state()
|
/system/update_engine/ |
D | update_engine_client.cc | 249 DEFINE_bool(reboot, false, "Initiate a reboot if needed."); in ProcessFlags()
|
/system/core/liblog/ |
D | README | 157 reboot.
|
/system/core/fastboot/ |
D | README.md | 144 reboot Reboot the device. 146 reboot-bootloader
|
/system/sepolicy/private/ |
D | file_contexts | 368 /data/misc/reboot(/.*)? u:object_r:reboot_data_file:s0
|
/system/core/rootdir/ |
D | init.rc | 412 mkdir /data/misc/reboot 0700 system system
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 25582 // If the platform hierarchy has already been disabled, only a reboot 27482 A value of zero indicates that a reboot is required. 28093 able to resume normal operations without a reboot, it will set the hash algorithm of the next block… 28094 TPM_ALG_NULL and return TPM_RC_SUCCESS. If a reboot is required, the TPM shall return
|
D | raw_structures_fixed.txt | 5267 objects is depleted and a reboot is required
|
12