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