Searched refs:uidLastUpdate (Results 1 – 1 of 1) sorted by relevance
276 uint64_t uidLastUpdate; in uidUpdatedSince() local277 if (findMapEntry(gUidLastUpdateMapFd, &uid, &uidLastUpdate)) return {}; in uidUpdatedSince()281 if (uidLastUpdate + NSEC_PER_SEC < lastUpdate) return false; in uidUpdatedSince()282 if (uidLastUpdate > *newLastUpdate) *newLastUpdate = uidLastUpdate; in uidUpdatedSince()