Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Doperation.rs651 let mut oldest_caller_op: Option<CandidateInfo> = None; in prune() localVariable
662 if let Some(CandidateInfo { age: a, .. }) = oldest_caller_op { in prune()
664 oldest_caller_op = in prune()
668 oldest_caller_op = in prune()
711 let candidate = candidate.or(oldest_caller_op); in prune()