Home
last modified time | relevance | path

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

/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py95 def PushFile(self, src_path, dest_path): argument
106 self._target_ip, dest_path)
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveSettingsTest.py161 dest_path = os.path.join(file_path, dst_name)
162 os.system("rm -rf %s" % dest_path)
164 path = dest_path
/tools/acloud/internal/lib/
Dutils.py463 dest_path = dest if dest else "."
466 compressor.extractall(dest_path)
469 compressor.extractall(dest_path)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py702 dest_path="AdbLogExcerpts"): argument
723 adb_excerpt_dir = os.path.join(self.log_path, dest_path)