HomeSort by relevance Sort by last modified time
    Searched refs:full_out_path (Results 1 - 8 of 8) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_client.py 45 full_out_path: Iperf result path.
54 full_out_path = os.path.join(self.log_path, out_file_name)
57 with open(full_out_path, "w") as f:
59 self.log_files.append(full_out_path)
61 return full_out_path
iperf_server.py 232 self.full_out_path = os.path.join(self.log_path, out_file_name)
234 self.full_out_path)
236 self.log_files.append(self.full_out_path)
280 self.full_out_path = os.path.join(self.log_path, out_file_name)
285 self.log_files.append(self.full_out_path)
298 with open(self.full_out_path, 'w') as f:
340 self.full_out_path = os.path.join(self.log_path, out_file_name)
345 self.log_files.append(self.full_out_path)
358 with open(self.full_out_path, 'w') as f:
android_device.py 892 full_out_path = os.path.join(br_path, out_name)
902 self.adb.pull("%s %s" % (br_out_path, full_out_path))
905 " > {}".format(full_out_path), timeout=BUG_REPORT_TIMEOUT)
907 full_out_path
    [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
iperf_server.py 230 self.full_out_path = os.path.join(self.log_path, out_file_name)
233 self.full_out_path)
242 self.log_files.append(self.full_out_path)
259 with open(self.full_out_path, 'w') as f:
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 116 full_out_path = os.path.join(log_path, out_file_name)
118 self.pri_ad.serial, iperf_server, full_out_path)
120 log_files.append(full_out_path)
coex_test_utils.py 795 full_out_path = os.path.join(pri_ad.log_path, out_file_name)
798 with open(full_out_path, "w") as f:
800 f = open(full_out_path, "r")
  /external/tensorflow/tensorflow/tools/docs/
generate_lib.py 433 full_out_path = os.path.join(output_dir, suffix)
436 open(full_out_path, 'w').write(open(full_in_path).read())
447 with open(full_out_path, 'w') as f:
  /test/vts/utils/python/controllers/
android_device.py 757 full_out_path = os.path.join(br_path, out_name.replace(' ', '\ '))
759 self.adb.bugreport(" > %s" % full_out_path)
760 self.log.info("Bugreport for %s taken at %s", test_name, full_out_path)
    [all...]

Completed in 112 milliseconds