Searched refs:anyhow_error_to_cstring (Results 1 – 4 of 4) sorted by relevance
17 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()
192 pub fn anyhow_error_to_cstring(e: &anyhow::Error) -> Option<CString> { in anyhow_error_to_cstring() function205 BinderStatus::new_service_specific_error(rc.0, anyhow_error_to_cstring(&e).as_deref()) in into_binder()
24 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()
28 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()