Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCachePruning.cpp72 auto TimeStampAge = CurrentTime - TimeStampModTime; in prune() local
73 if (TimeStampAge <= TimeInterval) { in prune()
74 DEBUG(dbgs() << "Timestamp file too recent (" << TimeStampAge.seconds() in prune()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCachePruning.cpp174 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache() local
175 if (TimeStampAge <= *Policy.Interval) { in pruneCache()
177 << duration_cast<seconds>(TimeStampAge).count() in pruneCache()