Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs426 let then_epoch = Duration::from_millis(self.0.try_into()?); in try_into() localVariable
427 Ok(if now_epoch > then_epoch { in try_into()
430 .checked_sub(then_epoch) in try_into()
435 then_epoch in try_into()