Home
last modified time | relevance | path

Searched defs:from_path (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs319 let from_path = db_path.path().to_string_lossy().to_string(); in backup_de_db_if_accessible() localVariable
337 let from_path = db_path.path().to_string_lossy().to_string(); in backup_ce_db_if_accessible() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmimetype.rs98 pub fn from_path(path: &'a Path) -> Result<Self, HttpError> { in from_path() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs669 pub fn from_path(path: &str) -> Result<Self, HttpClientError> { in from_path() method