Searched defs:map_or_log_err (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/security/keystore2/src/ |
H A D | authorization.rs | 68 pub fn map_or_log_err<T, U, F>(result: Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err() function
|
H A D | error.rs | 167 pub fn map_or_log_err<T, U, F>(result: anyhow::Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err() function
|
H A D | apc.rs | 97 pub fn map_or_log_err<T, U, F>(result: Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err() function
|
/aosp12/system/security/keystore2/legacykeystore/ |
H A D | lib.rs | 213 fn map_or_log_err<T, U, F>(result: Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err() function
|