Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi/src/fs/file_system/
Dfs.rs109 uefi_error: err.to_err_without_payload(), in copy()
128 uefi_error: err.to_err_without_payload(), in copy()
220 uefi_error: err.to_err_without_payload(), in read()
374 uefi_error: err.to_err_without_payload(), in write()
/external/rust/android-crates-io/crates/uefi/src/result/
Derror.rs63 pub const fn to_err_without_payload(&self) -> Error<()> { in to_err_without_payload() method
/external/rust/android-crates-io/crates/uefi/src/
Druntime.rs326 Some(Err(err.to_err_without_payload())) in next()
Dboot.rs861 return Err(err.to_err_without_payload()); in find_handles()