Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/
H A Dauthorization.rs17 use crate::error::anyhow_error_to_cstring;
82 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
92 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
H A 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()
H A 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()
/aosp_15_r20/system/security/keystore2/legacykeystore/
H A 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()