Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/
Dinstrumentation_proto_parser.py55 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/
Dkernel_swapper.py96 def PushFile(self, src_path, dest_path): argument
107 self._target_ip, dest_path)
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/
Dinstrumentation_power_test.py307 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/
Doverlay.py274 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/
DTelLiveSettingsTest.py162 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/
Dutils.py438 dest_path = dest if dest else "."
441 compressor.extractall(dest_path)
444 compressor.extractall(dest_path)
/tools/test/connectivity/acts/tests/google/gnss/
DGnssSanityTest.py164 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/
Dandroid_device.py704 dest_path="AdbLogExcerpts"): argument
725 adb_excerpt_dir = os.path.join(self.log_path, dest_path)