Searched refs:dest_path (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/ |
D | instrumentation_proto_parser.py | 55 dest_path = os.path.join(dest_dir, filename) 56 if not os.path.exists(dest_path): 59 % (source_path, dest_path)) 60 return 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/test_utils/instrumentation/power/ |
D | instrumentation_power_test.py | 307 dest_path = os.path.join(self.ad_dut.external_storage_path, dest) 308 self.log.info('clearing %s before pushing %s' % (dest_path, file_path)) 309 self.ad_dut.adb.shell('rm -rf %s', dest_path) 310 self.log.info('pushing file %s to %s' % (file_path, dest_path)) 311 self.ad_dut.adb.push(file_path, dest_path, timeout=timeout) 312 return dest_path
|
/tools/treble/build/sandbox/ |
D | overlay.py | 274 def _CopyFile(self, source_path, dest_path): argument 283 dest_dir = os.path.dirname(dest_path) 286 subprocess.check_call(['cp', '--no-dereference', source_path, dest_path])
|
/tools/test/connectivity/acts/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 | 438 dest_path = dest if dest else "." 441 compressor.extractall(dest_path) 444 compressor.extractall(dest_path)
|
/tools/test/connectivity/acts/tests/google/gnss/ |
D | GnssSanityTest.py | 164 dest_path = os.path.join(path, "mbn") 165 unzip_maintain_permissions(zip_path, dest_path) 166 paths["mbn_path"] = dest_path
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 704 dest_path="AdbLogExcerpts"): argument 725 adb_excerpt_dir = os.path.join(self.log_path, dest_path)
|