Searched refs:dest_path (Results 1 – 6 of 6) sorted by relevance
/tools/treble/build/sandbox/ |
D | overlay.py | 283 def _CopyFile(self, source_path, dest_path): argument 292 dest_dir = os.path.dirname(dest_path) 295 subprocess.check_call(['cp', '--no-dereference', source_path, dest_path])
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveSettingsTest.py | 162 dest_path = os.path.join(file_path, dst_name) 163 os.system("rm -rf %s" % dest_path) 165 path = dest_path
|
/tools/acloud/internal/lib/ |
D | utils.py | 444 dest_path = dest if dest else "." 447 compressor.extractall(dest_path) 450 compressor.extractall(dest_path)
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssFunctionTest.py | 178 dest_path = os.path.join(path, "mbn") 179 unzip_maintain_permissions(zip_path, dest_path) 180 paths["mbn_path"] = dest_path
|
/tools/acloud/public/acloud_kernel/ |
D | kernel_swapper.py | 96 def PushFile(self, src_path, dest_path): argument 107 self._target_ip, dest_path)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 706 dest_path="AdbLogExcerpts"): argument 727 adb_excerpt_dir = os.path.join(self.log_path, dest_path)
|