Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/db_operator/src/
H A Ddatabase.rs126 pub(crate) fn fmt_ce_db_path_with_name(user_id: i32, db_name: &str) -> String { in fmt_ce_db_path_with_name() function
146 fmt_ce_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()