Searched refs:out_file (Results 1 – 6 of 6) sorted by relevance
/tools/dexter/dexter/ |
D | dexter.cc | 297 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/ |
D | test_finder_utils.py | 225 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/ |
D | WifiThroughputStabilityTest.py | 262 with open(client_output_path, 'w') as out_file: 263 out_file.write("\n".join(client_output))
|
D | WifiRvrTest.py | 297 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/ |
D | coex_test_utils.py | 130 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/ |
D | wifi_test_utils.py | 1456 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)
|