Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py301 output_path = os.path.join(ad.device_log_path, self.sar_file_name)
303 df = pd.read_csv(os.path.join(ad.device_log_path, self.sar_file_name))
318 if os.path.dirname(src_path) != ad.device_log_path:
319 job.run('cp {} {}'.format(src_path, ad.device_log_path))
Dbt_test_utils.py1562 snoop_path = os.path.join(ad.device_log_path, 'BluetoothSnoopLogs')
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py364 pull_file = '%s%s.pcap %s/' % (gcloud_scp_cmd, fname, ad.device_log_path)
367 "%s/%s.pcap" % (ad.device_log_path, fname.split('/')[-1])):
374 pcap_file = "%s/%s.pcap" % (ad.device_log_path, fname.split('/')[-1])
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py576 def device_log_path(self): member in AndroidDevice
720 logcat_path = os.path.join(self.device_log_path,
767 logcat_path = os.path.join(self.device_log_path,
940 br_path = self.device_log_path
1055 qxdm_log_path = os.path.join(self.device_log_path,
1067 omadm_log_path = os.path.join(self.device_log_path,
1085 sdm_log_path = os.path.join(self.device_log_path,
1093 omadm_log_path = os.path.join(self.device_log_path,
/tools/test/connectivity/acts/tests/google/bt/sar/
DBtSarPowerLimitTest.py189 backup_sar_path = os.path.join(self.dut.device_log_path,
DBtSarTpcTest.py44 self.backup_sar_path = os.path.join(self.dut.device_log_path,
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py384 bugreport_path = ad.device_log_path
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py305 log_path = ad.device_log_path
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2442 log_path = os.path.join(ad.device_log_path, "CNSS_DIAG_%s" % ad.serial)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py7412 ad.device_log_path, "TCPDUMP_%s_%s" % (ad.model, ad.serial))
8116 log_path = os.path.join(ad.device_log_path, "Screenshot_%s" % ad.serial)