Lines Matching full:with
5 # you may not use this file except in compliance with the License.
38 with open(kernel, 'wb') as kernel_fp:
55 "Failed to sign boot image with boot_signer: {}".format(stdoutdata))
97 with open(boot_image, 'r+b') as boot_fp:
138 "Failed to create system image with mkuserimg_mke2fs: {}".format(
243 with open(os.path.join(system_root, 'a'), 'w') as f:
246 with open(os.path.join(system_root, 'b'), 'w') as f:
256 with open(raw_file_map) as f:
265 with open(os.path.join(input_tmp, 'IMAGES', 'system.map'), 'w') as f:
275 with zipfile.ZipFile(input_file, 'w', allowZip64=True) as input_zip:
281 with zipfile.ZipFile(input_file) as input_zip:
294 with open(os.path.join(system_root, 'abc'), 'w') as f:
302 with open(raw_file_map) as f:
312 with open(os.path.join(system_root, 'abc'), 'w') as f:
316 with open(os.path.join(input_tmp, 'IMAGES', 'system.map'), 'w') as f:
324 with zipfile.ZipFile(input_file, 'w', allowZip64=True) as input_zip:
328 with zipfile.ZipFile(input_file) as input_zip:
338 with open(prop_file, 'w') as output_file: