Home
last modified time | relevance | path

Searched defs:db_path (Results 1 – 4 of 4) sorted by relevance

/base/security/asset/frameworks/os_dependency/file/src/
Dcommon.rs36 let db_path = db_path?; in get_user_dbs() localVariable
/base/security/asset/services/core_service/src/common_event/
Dlistener.rs75 let db_path = db_path?; in remove_db() localVariable
417 let db_path = db_path?; in backup_de_db_if_accessible() localVariable
435 let db_path = db_path?; in backup_ce_db_if_accessible() localVariable
/base/security/asset/services/db_operator/src/
Ddatabase.rs187 let db_path = fmt_ce_db_path_with_name(user_id, db_name); in get_db() localVariable
203 let db_path = fmt_de_db_path_with_name(user_id, db_name); in get_db() localVariable
212 let db_path = fmt_ce_db_path_with_name(user_id, db_name); in get_db_without_lock() localVariable
228 let db_path = fmt_de_db_path_with_name(user_id, db_name); in get_db_without_lock() localVariable
Ddatabase_file_upgrade.rs125 let db_path = fmt_de_db_path_with_name(user_id, OLD_DB_NAME); in get_db_before_split() localVariable
154 let db_path = fmt_de_db_path_with_name(user_id, &new_db_name); in get_new_db() localVariable