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.py162 full_out_path = self._get_full_file_path(tag)
164 with open(full_out_path, 'w') as out_file:
167 return full_out_path
213 full_out_path = self._get_full_file_path(tag)
224 with open(full_out_path, 'w') as out_file:
237 return full_out_path
314 full_out_path = self._get_full_file_path(tag)
315 with open(full_out_path, 'w') as out_file:
318 return full_out_path
Dandroid_device.py1111 full_out_path = os.path.join(br_path, out_name)
1125 self.adb.pull("%s %s" % (br_out_path, full_out_path))
1127 self.adb.bugreport(" > {}".format(full_out_path),
1131 full_out_path)
1133 self.log.info("Bugreport taken at %s.", test_name, full_out_path)
Dfuchsia_device.py959 full_out_path = os.path.join(bt_snoop_path, out_name)
961 bt_snoop_file = open(full_out_path, 'wb')
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIOTTwPkg1Test.py244 self.full_out_path = os.path.join(self.log_path, out_file_name)
246 self.full_out_path)
251 self.full_out_path = os.path.join(self.log_path, out_file_name)
254 self.full_out_path)
/tools/test/connectivity/acts_tests/acts_contrib/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")