Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.h130 bool is_newer_than(const Entry* entry) { in is_newer_than() function
Dauth_token_table.cpp129 if (entry.SatisfiesAuth(sids, auth_type) && entry.is_newer_than(newest_match)) in FindTimedAuthorization()