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/db_operator/src/
Ddatabase_file_upgrade.rs94 let db_path = fmt_de_db_path_with_name(user_id, OLD_DB_NAME); in get_db_before_split() localVariable
123 let db_path = fmt_de_db_path_with_name(user_id, &new_db_name); in get_new_db() localVariable
Ddatabase.rs161 let db_path = fmt_ce_db_path_with_name(user_id, db_name); in get_db() localVariable
177 let db_path = fmt_de_db_path_with_name(user_id, db_name); in get_db() localVariable
/base/security/asset/services/core_service/src/common_event/
Dlistener.rs66 let db_path = db_path?; in remove_db() localVariable
375 let db_path = db_path?; in backup_de_db_if_accessible() localVariable
393 let db_path = db_path?; in backup_ce_db_if_accessible() localVariable