Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.h128 uint64_t other_ts = entry->token_.timestamp; in is_newer_than() local
132 return (ts > other_ts) || in is_newer_than()
133 ((ts == other_ts) && (time_received_ > entry->time_received_)); in is_newer_than()