Lines Matching refs:out_file
144 with open(target, 'ab') as out_file, \
147 out_file.write(line)
239 def PadSparseImage(self, out_file): argument
243 def Build(self, out_file): argument
314 def Build(self, out_file): argument
332 root_hash, salt = BuildVerityTree(out_file, verity_image_path)
352 out_file, verity_image_path, verity_fec_path, padding_size)
356 out_file, verity_image_path, "Failed to append verity data")
358 def PadSparseImage(self, out_file): argument
359 sparse_image_size = GetSimgSize(out_file)
364 ZeroPadSimg(out_file, self.image_size - sparse_image_size)
489 def PadSparseImage(self, out_file): argument
493 def Build(self, out_file): argument
504 "--image", out_file]
775 out_file = argv[1]
789 image_size = GetDiskUsage(out_file)
795 builder.Build(out_file)