HomeSort by relevance Sort by last modified time
    Searched refs:stored_time (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
metrics_utils.cc 270 Time stored_time = Time::FromInternalValue(stored_value); local
271 if (stored_time > now) {
275 *out_duration = now - stored_time;
295 Time stored_time = Time::FromInternalValue(*storage); local
296 *out_duration = now - stored_time;
payload_state.cc 964 Time stored_time; local
1350 Time stored_time = Time::FromInternalValue(stored_value); local
    [all...]

Completed in 81 milliseconds