Searched refs:prevGmt (Results 1 – 1 of 1) sorted by relevance
181 struct tm prevGmt, curGmt; in onPeriodicCollection() local182 gmtime_r(&mLastUserPackageIoMonitorTime, &prevGmt); in onPeriodicCollection()184 if (prevGmt.tm_yday != curGmt.tm_yday || prevGmt.tm_year != curGmt.tm_year) { in onPeriodicCollection()