Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs152 pub fn get_debug_profile_info(&self) -> Vec<(&String, &String)> { in get_debug_profile_info() method
H A Dprofile_utils.rs313 if process_profile(true, &x509_store, cert_paths.get_debug_profile_info().as_slice()).is_err() { in add_profile_cert_path()