Home
last modified time | relevance | path

Searched refs:full_out_path (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py164 full_out_path = self._get_full_file_path(tag)
166 with open(full_out_path, 'w') as out_file:
169 return full_out_path
207 full_out_path = self._get_full_file_path(tag)
230 with open(full_out_path, 'w') as out_file:
241 return full_out_path
321 full_out_path = self._get_full_file_path(tag)
322 with open(full_out_path, 'w') as out_file:
325 return full_out_path
Dfuchsia_device.py805 full_out_path = os.path.join(self.log_path, out_name)
808 fw_file = open(full_out_path, 'w')
864 full_out_path = os.path.join(br_path, out_name)
878 bug_report_file = open(full_out_path, 'w')
896 full_out_path = os.path.join(bt_snoop_path, out_name)
898 bt_snoop_file = open(full_out_path, 'w')
Dandroid_device.py950 full_out_path = os.path.join(br_path, out_name)
961 self.adb.pull("%s %s" % (br_out_path, full_out_path))
964 " > {}".format(full_out_path), timeout=BUG_REPORT_TIMEOUT)
966 full_out_path)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py948 full_out_path = os.path.join(fping_path, out_file_name)
954 with open(full_out_path, 'w') as outfile:
964 with open(full_out_path, "w") as f:
967 full_out_path)
971 def parse_fping_results(failure_rate, full_out_path): argument
985 result_file = open(full_out_path, "r")
/tools/test/connectivity/acts/tests/google/wifi/
DWifiIOTTwPkg1Test.py246 self.full_out_path = os.path.join(self.log_path, out_file_name)
248 self.full_out_path)
253 self.full_out_path = os.path.join(self.log_path, out_file_name)
256 self.full_out_path)