Searched refs:CurrentTime (Results 1 – 5 of 5) sorted by relevance
172 const auto CurrentTime = system_clock::now(); in pruneCache() local188 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()232 auto FileAge = CurrentTime - FileAccessTime; in pruneCache()
166 my @CurrentTime = localtime();167 my $year = $CurrentTime[5] + 1900;168 my $day = $CurrentTime[3];169 my $month = $CurrentTime[4] + 1;170 my $hour = $CurrentTime[2];171 my $min = $CurrentTime[1];172 my $sec = $CurrentTime[0];
611 time_t CurrentTime; in TrCreateConstantLeafOp() local 665 CurrentTime = time (NULL); in TrCreateConstantLeafOp() 667 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()
346 LARGE_INTEGER CurrentTime; member366 LARGE_INTEGER CurrentTime; member
1426 time_t CurrentTime = time(nullptr); in pruneModuleCache() local1427 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()1462 if (CurrentTime - FileAccessTime <= in pruneModuleCache()