Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/db_operator/src/
H A Ddatabase_file_upgrade.rs53 let owner_info_string = String::from_utf8_lossy(owner_info).to_string(); in construct_splited_db_name() localVariable
54 let split_owner_info: Vec<&str> = owner_info_string.split('_').collect(); in construct_splited_db_name()