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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp169 const time_t thirty_minutes_ago = ds.now_ - 60 * 30; local
204 if (limit_by_mtime && st.st_mtime < thirty_minutes_ago) {

Completed in 14 milliseconds