OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_newer_than
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/
auth_token_table.cpp
153
if (entry.SatisfiesAuth(sids, auth_type) && entry.
is_newer_than
(newest_match))
232
token_.authenticatorId == entry.token_.authenticatorId &&
is_newer_than
(&entry));
auth_token_table.h
116
bool
is_newer_than
(const Entry* entry) const {
function in class:keystore::AuthTokenTable::Entry
Completed in 130 milliseconds