Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp1489 const char* dst_path = dst; in do_sync_push() local
1717 const char* dst_path = dst; in do_sync_pull() local
/packages/modules/Virtualization/pvmfw/src/
Ddevice_assignment.rs521 let dst_path = paths.get(dst_phandle).ok_or(DeviceAssignmentError::Internal)?; in build_mask() localVariable