Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp164 time_t oldest_time = std::numeric_limits<time_t>::max(); in find_oldest_artifact() local
179 if (st.st_mtime < oldest_time) { in find_oldest_artifact()
181 oldest_time = st.st_mtime; in find_oldest_artifact()