Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py166 full_out_path = self._get_full_file_path(tag)
168 with open(full_out_path, 'w') as out_file:
171 return full_out_path
215 full_out_path = self._get_full_file_path(tag)
238 with open(full_out_path, 'w') as out_file:
249 return full_out_path
329 full_out_path = self._get_full_file_path(tag)
330 with open(full_out_path, 'w') as out_file:
333 return full_out_path
Dandroid_device.py1049 full_out_path = os.path.join(br_path, out_name)
1060 self.adb.pull("%s %s" % (br_out_path, full_out_path))
1062 self.adb.bugreport(" > {}".format(full_out_path),
1065 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")