Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp356 long fileAge = getWallClockSec() - timestamp; in trimToFit() local
357 if (fileAge > StatsdStats::kMaxAgeSecond) { in trimToFit()