Searched refs:fmt_de_db_path_with_name (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | database.rs | 131 pub(crate) fn fmt_de_db_path_with_name(user_id: i32, db_name: &str) -> String { in fmt_de_db_path_with_name() function 148 fmt_de_db_path_with_name(user_id, db_name) in get_db() 162 …if is_ce { fmt_ce_db_path_with_name(user_id, db_name) } else { fmt_de_db_path_with_name(user_id, d… in get_normal_db() 391 let path = fmt_de_db_path_with_name(user_id, db_name); in delete()
|
H A D | database_file_upgrade.rs | 28 …fmt_backup_path, fmt_de_db_path_with_name, get_db, get_normal_db, get_split_db_lock_by_user_id, Da… 89 let path = fmt_de_db_path_with_name(user_id, OLD_DB_NAME); in remove_old_db()
|