Searched refs:kMaxAgeSecond (Results 1 – 3 of 3) sorted by relevance
753 if (fileAge > StatsdStats::kMaxAgeSecond || in trimToFit()838 int64_t deleteThresholdSec = currWallClockSec - StatsdStats::kMaxAgeSecond; in enforceDbGuardrails()
295 int64_t wallClockSec = getWallClockSec() + (StatsdStats::kMaxAgeSecond + 1); in TEST()
229 static const int kMaxAgeSecond = 60 * 60 * 24 * 30; variable