Lines Matching refs:out_file
231 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument
257 build_command.extend([in_dir, out_file, fs_type,
295 build_command.extend([in_dir, out_file])
317 build_command.extend([out_file, prop_dict["image_size"]])
360 unsparse_image = UnsparseImage(out_file, replace=False)
372 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument
423 BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
427 fs_dict = GetFilesystemCharacteristics(out_file, sparse_image)
428 os.remove(out_file)
463 "Allocating %d Inodes for %s.", inodes, out_file)
468 "Allocating %d MB for %s.", size // BYTES_IN_MB, out_file)
477 mkfs_output = BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
484 verity_image_builder.PadSparseImage(out_file)
488 verity_image_builder.Build(out_file)
745 out_file = argv[2]
754 image_filename = os.path.basename(out_file)
781 BuildImage(in_dir, image_properties, out_file, target_out)
783 logger.error("Failed to build %s from %s", out_file, in_dir)