Home | History | Annotate | Download | only in android

Lines Matching refs:in_file

30 	char	*in_file;
74 if (sparse_file_add_file(s, params.in_file, offset, len, chunk_start) < 0)
109 static struct sparse_file *ext_to_sparse(const char *in_file)
117 retval = ext2fs_open(in_file, 0, 0, 0, unix_io_manager, &fs);
119 ext2fs_fatal(retval, "while reading %s", in_file);
123 ext2fs_fatal(retval, "while reading block bitmap of %s", in_file);
204 params.in_file = strdup(argv[optind++]);
206 params.overwrite_input = same_file(params.in_file, params.out_file);
208 s = ext_to_sparse(params.in_file);
218 free(params.in_file);