Home
last modified time | relevance | path

Searched refs:build_date (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/bootstat/
H A Dbootstat.cpp1133 int32_t build_date; in CalculateBootCompletePrefix() local
1134 if (!android::base::ParseInt(build_date_str, &build_date)) { in CalculateBootCompletePrefix()
1142 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1144 } else if (build_date != record.second) { in CalculateBootCompletePrefix()
1146 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
H A Dboot_reason_test.sh627 rm ${ANDROID_PRODUCT_OUT%/out/*}/out/build_date.txt ||
659 adb_su touch /data/misc/bootstat/build_date >&2 </dev/null
725 adb_su rm /data/misc/bootstat/build_date >&2 </dev/null
H A Dbootstat.rc27 chown system log /data/misc/bootstat/build_date
/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto279 optional string build_date = 1; field
503 optional string build_date = 1; field