Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs425 let now_epoch = now.duration_since(SystemTime::UNIX_EPOCH)?; in try_into() localVariable
427 Ok(if now_epoch > then_epoch { in try_into()
429 now_epoch in try_into()
436 .checked_sub(now_epoch) in try_into()