Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 40) sorted by relevance

12

/system/core/bootstat/
DREADME.md3 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 …]
Dbootstat.rc7 # 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/
Dhardware_android.cc66 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()
Dboot_control_android.cc32 using android::hardware::boot::V1_0::BoolResult;
33 using android::hardware::boot::V1_0::CommandResult;
34 using android::hardware::boot::V1_0::IBootControl;
Dboot_control_android.h51 ::android::sp<::android::hardware::boot::V1_0::IBootControl> module_;
/system/tpm/attestation/server/
Dattestationd.conf20 start on started tcsd and started boot-services
21 stop on stopping boot-services
/system/extras/bootctl/
Dbootctl.cpp25 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;
DAndroid.mk13 android.hardware.boot@1.0 \
/system/sepolicy/public/
Ddex2oat.te16 # 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
Dbootstat.te14 # Collect metrics on boot time created by init
Dvdc.te26 # vdc writes directly to kmsg during the boot process
Dinstall_recovery.te17 # Update the recovery block device based off a diff of the boot block device
Dcharger.te39 # charger needs to tell init to continue the boot
Dhealthd.te61 # Healthd needs to tell init to continue the boot
Dsu.te2 # policy compilation succeeds with userdebug/user combination at boot
Dupdate_engine_common.te7 # Allow read/write on system and boot partitions.
/system/extras/cppreopts/
Dcppreopts.rc15 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/
Dproperty_contexts61 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
Ddumpstate.te25 # Collect metrics on boot time created by init
Ddexoptanalyzer.te12 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot
/system/core/init/
DREADME.md44 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/
Dtpm_manager.proto59 // 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/
Dinit.usb.rc21 # 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=*
Dinit.rc240 # 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/
Dbrillo_update_payload343 eval ${partitions_array}[boot]=\""${kernel}"\"
351 for part in boot system; do

12