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.rs17 use crate::error::anyhow_error_to_cstring;
80 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
90 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
Derror.rs192 pub fn anyhow_error_to_cstring(e: &anyhow::Error) -> Option<CString> { in anyhow_error_to_cstring() function
205 BinderStatus::new_service_specific_error(rc.0, anyhow_error_to_cstring(&e).as_deref()) in into_binder()
Dapc.rs24 use crate::error::anyhow_error_to_cstring;
93 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
/system/security/keystore2/legacykeystore/
Dlib.rs28 async_task::AsyncTask, error::anyhow_error_to_cstring, globals::SUPER_KEY,
229 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()