Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp1112 int32_t build_date; in CalculateBootCompletePrefix() local
1113 if (!android::base::ParseInt(build_date_str, &build_date)) { in CalculateBootCompletePrefix()
1121 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1123 } else if (build_date != record.second) { in CalculateBootCompletePrefix()
1125 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
Dboot_reason_test.sh630 rm ${ANDROID_PRODUCT_OUT%/out/*}/out/build_date.txt ||
662 adb_su touch /data/misc/bootstat/build_date >&2 </dev/null
728 adb_su rm /data/misc/bootstat/build_date >&2 </dev/null
Dbootstat.rc27 chown system log /data/misc/bootstat/build_date