Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp378 const time_t thirty_minutes_ago = ds.now_ - 60 * 30; in GetDumpFds() local
413 if (limit_by_mtime && st.st_mtime < thirty_minutes_ago) { in GetDumpFds()