Home
last modified time | relevance | path

Searched defs:TimeError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/
Druntime.rs596 pub struct TimeError { struct
609 impl core::error::Error for TimeError {} argument
611 impl Display for TimeError { implementation
653 pub fn new(params: TimeParams) -> core::result::Result<Self, TimeError> { in new() argument
683 pub fn is_valid(&self) -> core::result::Result<(), TimeError> { in is_valid() argument
/aosp_15_r20/external/rust/crates/uefi/src/
Druntime.rs596 pub struct TimeError { struct
609 impl core::error::Error for TimeError {} argument
611 impl Display for TimeError { implementation
653 pub fn new(params: TimeParams) -> core::result::Result<Self, TimeError> { in new() argument
683 pub fn is_valid(&self) -> core::result::Result<(), TimeError> { in is_valid() argument
/aosp_15_r20/system/security/keystore2/src/crypto/include/
H A Dcertificate_utils.h58 TimeError, enumerator