Home
last modified time | relevance | path

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

/base/security/asset/services/core_service/src/common_event/
Dlistener.rs420 let from_path = db_path.path().to_string_lossy().to_string(); in backup_de_db_if_accessible() localVariable
438 let from_path = db_path.path().to_string_lossy().to_string(); in backup_ce_db_if_accessible() localVariable
/base/tee/tee_os_framework/services/ssa/src/secure_storage_agent/
Dssa_fs.c754 int32_t ssa_fs_fcopy(const char *from_path, const char *to_path, uint32_t storage_id) in ssa_fs_fcopy()