Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/dexter/
Ddexter.cc297 FILE* out_file = fopen(out_dex_filename_, "wb"); in CreateNewImage() local
298 if (out_file == nullptr) { in CreateNewImage()
304 fclose(out_file); in CreateNewImage()
308 SLICER_CHECK(fwrite(new_image, 1, new_image_size, out_file) == new_image_size); in CreateNewImage()
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py225 for out_file in out_files:
226 if out_file:
227 out_dirs.append(os.path.dirname(out_file.strip()))
/tools/test/connectivity/acts/tests/google/wifi/
DWifiThroughputStabilityTest.py262 with open(client_output_path, 'w') as out_file:
263 out_file.write("\n".join(client_output))
DWifiRvrTest.py297 with open(client_output_path, 'w') as out_file:
298 out_file.write("\n".join(client_output))
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py130 out_file = "{}_{}".format(pri_ad.serial, "bluetooth_dumpsys.txt")
134 pri_ad.serial, dumpsys_path, out_file))
136 file_path = "{}/{}".format(dumpsys_path, out_file)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py1456 def convert_pem_key_to_pkcs8(in_file, out_file): argument
1470 out_file.endswith(".der"), "Output file has to be .der.")
1472 " -topk8").format(in_file, out_file)