Searched refs:boot (Results 1 – 25 of 40) sorted by relevance
12
/system/core/bootstat/ |
D | README.md | 3 The bootstat command records boot events (e.g., `firmware_loaded`, 5 command also aggregates boot event metrics locally and logs the metrics for 12 -p, --print Dump the boot event records to the console 13 -r, --record Record the timestamp of a named boot event 22 ## Recording boot events ## 24 To record the relative time of an event during the boot phase, call `bootstat` 25 with the `-r` option and the name of the boot event. 30 the boot event to be persisted. 32 ## Logging boot events ## 34 To log the persisted boot events, call `bootstat` with the `-l` option. [all …]
|
D | bootstat.rc | 7 # the device, /data is decrypted, and the system is entering the main boot phase. 10 # property:init.svc.bootanim=running: The boot animation is running 16 # This signaling is necessary to prevent logging boot metrics after a runtime 18 # during a runtime restart, which leads to false boot time metrics being reported. 20 # The 'on boot' event occurs once per hard boot (device power on), which 24 # Enable bootstat logging on boot. 25 on boot 33 # Record boot complete metrics. 38 # Record the boot reason. 44 # Log all boot events.
|
/system/update_engine/ |
D | hardware_android.cc | 66 bootloader_message boot = {}; in WriteBootloaderRecoveryMessage() local 68 strncpy(boot.command, "boot-recovery", sizeof(boot.command) - 1); in WriteBootloaderRecoveryMessage() 69 memcpy(boot.recovery, in WriteBootloaderRecoveryMessage() 71 std::min(message.size(), sizeof(boot.recovery) - 1)); in WriteBootloaderRecoveryMessage() 84 offsetof(bootloader_message, recovery) + sizeof(boot.recovery); in WriteBootloaderRecoveryMessage() 85 if (!utils::WriteAll(fd, &boot, boot_size)) { in WriteBootloaderRecoveryMessage()
|
D | boot_control_android.cc | 32 using android::hardware::boot::V1_0::BoolResult; 33 using android::hardware::boot::V1_0::CommandResult; 34 using android::hardware::boot::V1_0::IBootControl;
|
D | boot_control_android.h | 51 ::android::sp<::android::hardware::boot::V1_0::IBootControl> module_;
|
/system/tpm/attestation/server/ |
D | attestationd.conf | 20 start on started tcsd and started boot-services 21 stop on stopping boot-services
|
/system/extras/bootctl/ |
D | bootctl.cpp | 25 using android::hardware::boot::V1_0::BoolResult; 26 using android::hardware::boot::V1_0::IBootControl; 27 using android::hardware::boot::V1_0::CommandResult; 28 using android::hardware::boot::V1_0::Slot;
|
D | Android.mk | 13 android.hardware.boot@1.0 \
|
/system/sepolicy/public/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 53 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images, 58 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
|
D | bootstat.te | 14 # Collect metrics on boot time created by init
|
D | vdc.te | 26 # vdc writes directly to kmsg during the boot process
|
D | install_recovery.te | 17 # Update the recovery block device based off a diff of the boot block device
|
D | charger.te | 39 # charger needs to tell init to continue the boot
|
D | healthd.te | 61 # Healthd needs to tell init to continue the boot
|
D | su.te | 2 # policy compilation succeeds with userdebug/user combination at boot
|
D | update_engine_common.te | 7 # Allow read/write on system and boot partitions.
|
/system/extras/cppreopts/ |
D | cppreopts.rc | 15 on property:sys.cppreopt=requested && property:ro.boot.slot_suffix=_a 23 on property:sys.cppreopt=requested && property:ro.boot.slot_suffix=_b
|
/system/sepolicy/private/ |
D | property_contexts | 61 ro.boot.vendor.overlay. u:object_r:overlay_prop:s0 64 ro.boot.btmacaddr u:object_r:bluetooth_prop:s0 65 ro.boot.serialno u:object_r:serialno_prop:s0 68 # Boolean property set by system server upon boot indicating
|
D | dumpstate.te | 25 # Collect metrics on boot time created by init
|
D | dexoptanalyzer.te | 12 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot
|
/system/core/init/ |
D | README.md | 44 This is primarily for supporting factory mode and other non-standard boot 45 modes. The three default paths should be used for the normal boot process. 203 boot animation and shutdown animation. As these services can be 239 take the form of a simple string such as 'boot' or 'late-init'. 245 evaluated and triggered accordingly during the initial boot phase of 252 `on boot && property:a=b` defines an action that is only executed when 253 the 'boot' event trigger happens and the property a equals b. 258 1. During initial boot if property a=b and property c=d. 312 on property:ro.boot.myfancyhardware=1 462 1. When it imports /init.rc during initial boot [all …]
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 59 // The space can be locked for writing until the next boot. 61 // The space can be locked for reading until the next boot. 71 // typically locked early in boot. This is defined for inspecting existing 75 // is whatever executes first after boot. Typically this access is locked 76 // early in boot. This is defined for inspecting existing spaces, this
|
/system/core/rootdir/ |
D | init.usb.rc | 21 # adbd on at boot in emulator 25 on boot 104 # Used to set USB configuration at boot and to switch the configuration 106 on boot && property:persist.sys.usb.config=*
|
D | init.rc | 240 # that they can be chown'd to system:system later on boot 243 # Healthd can trigger a full boot from charger mode by signaling this 289 trigger early-boot 290 trigger boot 373 # Avoid predictable entropy pool. Carry over entropy from previous boot. 506 # A/B update verifier that marks a successful boot. 513 # A/B update verifier that marks a successful boot. 520 # A/B update verifier that marks a successful boot. 526 on boot 644 # A/B update verifier that marks a successful boot. [all …]
|
/system/update_engine/scripts/ |
D | brillo_update_payload | 343 eval ${partitions_array}[boot]=\""${kernel}"\" 351 for part in boot system; do
|
12