Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A Dbootstat.cpp1157 int32_t time_in_ms; in RecordInitBootTimeProp() local
1158 if (android::base::ParseInt(value, &time_in_ms)) { in RecordInitBootTimeProp()
1159 boot_event_store->AddBootEventWithValue(property, time_in_ms); in RecordInitBootTimeProp()