Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py578 def device_log_path(self): member in AndroidDevice
722 logcat_path = os.path.join(self.device_log_path,
769 logcat_path = os.path.join(self.device_log_path,
943 br_path = self.device_log_path
1058 qxdm_log_path = os.path.join(self.device_log_path,
1070 omadm_log_path = os.path.join(self.device_log_path,
1088 sdm_log_path = os.path.join(self.device_log_path,
1096 omadm_log_path = os.path.join(self.device_log_path,
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py607 output_path = os.path.join(ad.device_log_path, self.sar_file_name)
609 df = pd.read_csv(os.path.join(ad.device_log_path, self.sar_file_name))
624 if os.path.dirname(src_path) != ad.device_log_path:
625 job.run('cp {} {}'.format(src_path, ad.device_log_path))
Dbt_test_utils.py1620 snoop_path = os.path.join(ad.device_log_path, 'BluetoothSnoopLogs')
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py329 log_path = ad.device_log_path
1396 logcat_path = os.path.join(ad.device_log_path, "adblog_%s_debug.txt" %
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py189 src_file = os.path.join(ad.device_log_path,
191 dst_file = os.path.join(ad.device_log_path, test_name,
DTelLiveNoQXDMLogTest.py393 bugreport_path = ad.device_log_path
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarTpcTest.py44 self.backup_sar_path = os.path.join(self.dut.device_log_path,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2230 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.py8046 ad.device_log_path, "TCPDUMP_%s_%s" % (ad.model, ad.serial))
8764 log_path = os.path.join(ad.device_log_path, "Screenshot_%s" % ad.serial)