Home
last modified time | relevance | path

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

12345678910

/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-debug.rc4 # For devices w/o bootloader boot reason reported, mirror test boot reason
5 # to bootloader boot reason to allow test to inject reasons
6 on property:persist.test.boot.reason=*
7 setprop ro.boot.bootreason ${persist.test.boot.reason}
Dboot_reason_test.sh134 adb_su setprop persist.test.boot.reason "'${1}'" 2>/dev/null </dev/null
558 EXPECT_PROPERTY persist.sys.boot.reason ""
560 reason=`validate_property sys.boot.reason`
562 EXPECT_PROPERTY persist.sys.boot.reason.history "${reason},[1-9][0-9]*\(\|[^0-9].*\)"
650 EXPECT_PROPERTY sys.boot.reason "\(reboot,ota\|bootloader\)"
651 EXPECT_PROPERTY sys.boot.reason.last bootloader
665 EXPECT_PROPERTY sys.boot.reason reboot,ota
666 EXPECT_PROPERTY sys.boot.reason.last reboot,ota
690 bootloader_reason=`validate_property ro.boot.bootreason`
691 EXPECT_PROPERTY ro.boot.bootreason ${bootloader_reason}
[all …]
Dbootstat.rc3 # Mirror bootloader boot reason to system boot reason
4 # ro.boot.bootreason should be set by init already
6 on post-fs && property:ro.boot.bootreason=*
7 setprop sys.boot.reason ${ro.boot.bootreason}
45 # the device, /data is decrypted, and the system is entering the main boot phase.
48 # property:init.svc.bootanim=running: The boot animation is running
58 # sys.bootstat.first_boot_completed=0 - first boot completed trigger wasn't processed yet.
59 # sys.bootstat.first_boot_completed=1 - first boot completed trigger was processed and
60 # record_boot_complete was called. Subsequent boot completed
70 # Set boot reason
[all …]
/system/sepolicy/private/
Dbootstat.te5 # Collect metrics on boot time created by init
8 # Read/Write [persist.]sys.boot.reason and ro.boot.bootreason (write if empty)
24 # ... and refine, as these components should not set the last boot reason
Dbootanim.te11 # Read ro.boot.bootreason b/30654343
16 # Allow updating boot animation status.
/system/sepolicy/prebuilts/api/31.0/private/
Dbootstat.te5 # Collect metrics on boot time created by init
8 # Read/Write [persist.]sys.boot.reason and ro.boot.bootreason (write if empty)
24 # ... and refine, as these components should not set the last boot reason
Dbootanim.te11 # Read ro.boot.bootreason b/30654343
16 # Allow updating boot animation status.
/system/extras/bootctl/
DAndroid.bp30 "android.hardware.boot@1.0",
31 "android.hardware.boot@1.1",
32 "android.hardware.boot@1.2",
Dbootctl.cpp28 using android::hardware::boot::V1_0::BoolResult;
29 using android::hardware::boot::V1_0::CommandResult;
30 using android::hardware::boot::V1_0::Slot;
31 using android::hardware::boot::V1_1::IBootControl;
32 using android::hardware::boot::V1_1::MergeStatus;
34 namespace V1_0 = android::hardware::boot::V1_0;
35 namespace V1_1 = android::hardware::boot::V1_1;
36 namespace V1_2 = android::hardware::boot::V1_2;
/system/extras/partition_tools/
Dlpdumpd.rc23 # On Launch devices, assume "super". On virtual devices, ${ro.boot.super_partition}
25 file /dev/block/by-name/${ro.boot.super_partition:-super} r
26 # On retrofit devices, ${ro.boot.super_partition} is slot-suffixed.
29 …file /dev/block/by-name/${ro.boot.super_partition:-NO_SUCH_DEVICE}${ro.boot.slot_suffix:-_NO_SUCH_…
/system/core/fastboot/device/
Dfastboot_device.h53 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal() { in boot_control_hal()
56 android::sp<android::hardware::boot::V1_1::IBootControl> boot1_1() { return boot1_1_; } in boot1_1()
68 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal_;
69 android::sp<android::hardware::boot::V1_1::IBootControl> boot1_1_;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp26 using android::hardware::boot::V1_0::BoolResult;
27 using android::hardware::boot::V1_0::CommandResult;
66 auto hal = android::hardware::boot::V1_0::IBootControl::getService(); in EnsureBootHal()
71 boot_control_ = android::hardware::boot::V1_1::IBootControl::castFrom(hal); in EnsureBootHal()
Ddevice_info.h29 using MergeStatus = android::hardware::boot::V1_1::MergeStatus;
52 android::sp<android::hardware::boot::V1_1::IBootControl> boot_control_;
DAndroid.bp76 "android.hardware.boot@1.0",
77 "android.hardware.boot@1.1",
227 "android.hardware.boot@1.1",
231 "android.hardware.boot@1.1",
265 "android.hardware.boot@1.0",
266 "android.hardware.boot@1.1",
310 "android.hardware.boot@1.0",
311 "android.hardware.boot@1.1",
/system/extras/ioblame/
Dioblame-gmail-launch.example65 File: /framework/arm/boot-android.hidl.base-V1.0-java.vdex
68 File: /framework/arm/boot.art
71 File: /framework/arm/boot-core-libart.oat
74 File: /framework/arm/boot-core-libart.vdex
77 File: /framework/arm/boot-framework.oat
83 File: /framework/arm/boot-framework.vdex
89 File: /framework/arm/boot.oat
93 File: /framework/arm/boot-okhttp.oat
96 File: /framework/arm/boot-okhttp.vdex
99 File: /framework/arm/boot-org.apache.http.legacy.boot.vdex
[all …]
/system/sepolicy/prebuilts/api/28.0/public/
Dbootstat.te11 # Collect metrics on boot time created by init
14 # Read/Write [persist.]sys.boot.reason and ro.boot.bootreason (write if empty)
41 # ... and refine, as these components should not set the last boot reason
Dproperty_contexts63 dalvik.vm.zygote.max-boot-retry u:object_r:exported_dalvik_prop:s0 exact int
82 pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string
83 pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string
87 ro.boot.vendor.overlay.theme u:object_r:exported_overlay_prop:s0 exact string
88 ro.boot.wificountrycode u:object_r:exported3_default_prop:s0 exact string
162 ro.boot.avb_version u:object_r:exported2_default_prop:s0 exact string
163 ro.boot.baseband u:object_r:exported2_default_prop:s0 exact string
164 ro.boot.bootdevice u:object_r:exported2_default_prop:s0 exact string
165 ro.boot.bootloader u:object_r:exported2_default_prop:s0 exact string
166 ro.boot.boottime u:object_r:exported2_default_prop:s0 exact string
[all …]
/system/sepolicy/prebuilts/api/29.0/public/
Dbootstat.te11 # Collect metrics on boot time created by init
14 # Read/Write [persist.]sys.boot.reason and ro.boot.bootreason (write if empty)
44 # ... and refine, as these components should not set the last boot reason
/system/apex/tests/testdata/
Dtrigger_watchdog.rc2 on boot && property:persist.debug.trigger_watchdog.apex=*
8 on boot && property:debug.trigger_reboot_once_after_activation=1 && property:persist.debug.trigger_…
13 on boot && property:persist.debug.trigger_reboot_twice_after_activation=1 && property:persist.debug…
18 on boot && property:persist.debug.trigger_updatable_crashing_for_testing=1
23 on boot && property:test.apex_revert_test_force_reboot=1
/system/sepolicy/prebuilts/api/30.0/public/
Dbootstat.te11 # Collect metrics on boot time created by init
14 # Read/Write [persist.]sys.boot.reason and ro.boot.bootreason (write if empty)
48 # ... and refine, as these components should not set the last boot reason
/system/extras/boottime_tools/bootanalyze/
DREADME.md3 The bootanalyze tool helps to profile boot timing.
19 * bootanalyze.sh provides an example to analyze boot-times and bootcharts.
37 On some devise clock is showing incorrect time for first couple of seconds after boot.
/system/sepolicy/prebuilts/api/28.0/private/
Dproperty_contexts64 ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
67 ro.boot.btmacaddr u:object_r:bluetooth_prop:s0
68 ro.boot.serialno u:object_r:serialno_prop:s0
70 ro.boot.bootreason u:object_r:bootloader_boot_reason_prop:s0
71 persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0
72 sys.boot.reason u:object_r:system_boot_reason_prop:s0
74 test.sys.boot.reason u:object_r:test_boot_reason_prop:s0
76 # Boolean property set by system server upon boot indicating
/system/sepolicy/prebuilts/api/29.0/private/
Dproperty_contexts73 ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
76 ro.boot.btmacaddr u:object_r:bluetooth_prop:s0
77 ro.boot.serialno u:object_r:serialno_prop:s0
79 ro.boot.bootreason u:object_r:bootloader_boot_reason_prop:s0
80 persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0
81 sys.boot.reason u:object_r:system_boot_reason_prop:s0
82 sys.boot.reason.last u:object_r:last_boot_reason_prop:s0
84 test.sys.boot.reason u:object_r:test_boot_reason_prop:s0
88 # Boolean property set by system server upon boot indicating
175 # ro.boot. properties are set based on kernel commandline arguments, which are vendor owned.
[all …]
/system/libprocinfo/testdata/
Dmaps2 …0000000 103:1d 639511 /data/dalvik-cache/arm64/system@framework@boot.art
3 …0211000 103:1d 639511 /data/dalvik-cache/arm64/system@framework@boot.art
4 …1d 639514 /data/dalvik-cache/arm64/system@framework@boot-core-libart.art
5 …1d 639514 /data/dalvik-cache/arm64/system@framework@boot-core-libart.art
6 …3:1d 639517 /data/dalvik-cache/arm64/system@framework@boot-conscrypt.art
7 …3:1d 639517 /data/dalvik-cache/arm64/system@framework@boot-conscrypt.art
8 … 103:1d 639520 /data/dalvik-cache/arm64/system@framework@boot-okhttp.art
9 … 103:1d 639520 /data/dalvik-cache/arm64/system@framework@boot-okhttp.art
10 …d 639523 /data/dalvik-cache/arm64/system@framework@boot-bouncycastle.art
11 …d 639523 /data/dalvik-cache/arm64/system@framework@boot-bouncycastle.art
[all …]

12345678910