Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs434 fn create_bundle_path(bundle_name: &str, profile_type: u32) -> Result<String, ()> { in create_bundle_path() function
457 let bundle_path = create_bundle_path(&_bundle_name, profile_type)?; in enable_key_in_profile_internal()