Home
last modified time | relevance | path

Searched refs:get_error_code (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Derror.rs202 let rc = get_error_code(&e); in map_err_with()
210 pub fn get_error_code(e: &anyhow::Error) -> i32 { in get_error_code() function
Dmetrics_store.rs20 use crate::error::get_error_code;
210 key_creation_with_general_info.error_code = get_error_code(e); in process_key_creation_event_stats()