Searched refs:convert_path (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/request/request/services/src/task/ |
H A D | files.rs | 143 .open(convert_path(uid, bundle_name, path)), in open_file_readwrite() 152 .open(convert_path(uid, bundle_name, path)), in open_file_readonly() 157 pub(crate) fn convert_path(uid: u64, bundle_name: &str, path: &str) -> String { in convert_path() function
|
H A D | client.rs | 27 use crate::task::files::{convert_bundle_name, convert_path}; 182 let path = convert_path(uid, &bundle_name, path); in build_task_certs()
|
H A D | download.rs | 239 use crate::task::files::{convert_bundle_name, convert_path}; in check_file_exist() 243 let real_path = convert_path( in check_file_exist()
|