Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_uid_monitor.cpp268 uint64_t first_ts = 0; in dump() local
271 first_ts = time(NULL) - hours * HOUR_TO_SEC; in dump()
274 for (auto it = io_history_.lower_bound(first_ts); it != io_history_.end(); ++it) { in dump()