Home
last modified time | relevance | path

Searched refs:src_file_path (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1656 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): argument
1673 out = self.adb.push('%s %s' % (src_file_path, dst_file_path),
1677 src_file_path, dst_file_path, out)
1682 src_file_path, dst_file_path, e)