Lines Matching refs:out_file
231 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument
259 build_command.extend([in_dir, out_file, fs_type,
300 build_command.extend([in_dir, out_file])
322 build_command.extend([out_file, prop_dict["image_size"]])
371 unsparse_image = UnsparseImage(out_file, replace=False)
383 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument
434 BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
438 fs_dict = GetFilesystemCharacteristics(out_file, sparse_image)
439 os.remove(out_file)
474 "Allocating %d Inodes for %s.", inodes, out_file)
479 "Allocating %d MB for %s.", size // BYTES_IN_MB, out_file)
488 mkfs_output = BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
495 verity_image_builder.PadSparseImage(out_file)
499 verity_image_builder.Build(out_file)
821 out_file = argv[2]
830 image_filename = os.path.basename(out_file)
861 BuildImage(in_dir, image_properties, out_file, target_out)
863 logger.error("Failed to build %s from %s", out_file, in_dir)