Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/frameworks/os_dependency/file/src/
H A Dce_operator.rs33 let path_str = construct_db_key_cipher_path(user_id); in is_db_key_cipher_file_exist() localVariable
39 let path_str = construct_db_key_cipher_path(user_id); in read_db_key_cipher() localVariable
55 let path_str = construct_db_key_cipher_path(user_id); in write_db_key_cipher() localVariable
71 let path_str = construct_ce_db_dir(user_id); in remove_ce_files() localVariable
H A Dde_operator.rs29 let path_str = construct_user_de_path(user_id); in is_user_de_dir_exist() localVariable
40 let path_str = construct_user_de_path(user_id); in create_user_de_dir() localVariable
61 let path_str = construct_user_de_path(user_id); in delete_user_de_dir() localVariable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dadapter.rs176 let path_str = match CStr::from_ptr(path).to_str() { in cut_file_name() localVariable
/ohos5.0/base/security/asset/services/db_operator/src/
H A Ddatabase_file_upgrade.rs44 let path_str = fmt_old_de_db_path(user_id); in check_old_db_exist() localVariable