Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dauthorization.rs19 use crate::error::anyhow_error_to_cstring;
95 anyhow_error_to_cstring(&e).as_deref(), in map_or_log_err()
108 anyhow_error_to_cstring(&e).as_deref(), in map_or_log_err()
Dapc.rs24 use crate::error::anyhow_error_to_cstring;
117 anyhow_error_to_cstring(&e).as_deref(), in map_or_log_err()
Derror.rs192 pub fn anyhow_error_to_cstring(e: &anyhow::Error) -> Option<CString> { in anyhow_error_to_cstring() function
220 anyhow_error_to_cstring(&e).as_deref(), in map_err_with()
/system/security/keystore2/legacykeystore/
Dlib.rs28 async_task::AsyncTask, error::anyhow_error_to_cstring, globals::SUPER_KEY,
238 anyhow_error_to_cstring(&e).as_deref(), in map_or_log_err()