Searched defs:hours (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/common/
H A Dutils.cc965 // Canonicalize into days, hours, minutes, seconds and microseconds.
968 unsigned hours = delta.InHours(); local
969 delta -= TimeDelta::FromHours(hours);
978 if (days || hours)
979 base::StringAppendF(&str, "%uh", hours);
980 if (days || hours || mins)

Completed in 138 milliseconds