Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Doperation.rs672 let mut oldest_caller_op: Option<CandidateInfo> = None; in prune() localVariable
683 if let Some(CandidateInfo { age: a, .. }) = oldest_caller_op { in prune()
685 oldest_caller_op = in prune()
689 oldest_caller_op = in prune()
732 let candidate = candidate.or(oldest_caller_op); in prune()