Searched defs:sparse (Results 1 - 6 of 6) sorted by relevance

/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c48 int sparse = 0; local
87 sparse = 1;
95 if (gzip && sparse) {
96 fprintf(stderr, "Cannot specify both gzip and sparse\n");
118 return make_ext4fs(filename, directory, mountpoint, android, gzip, sparse);
H A Dmake_ext4fs.c230 char *mountpoint, int android, int gzip, int sparse)
324 write_ext4_image(filename, gzip, sparse);
229 make_ext4fs(const char *filename, const char *directory, char *mountpoint, int android, int gzip, int sparse) argument
H A Dext4_utils.c77 void write_ext4_image(const char *filename, int gz, int sparse) argument
80 struct output_file *out = open_output_file(filename, gz, sparse);
H A Doutput_file.c51 int sparse; member in struct:output_file
255 if (out->sparse) {
262 error("failure seeking to start of sparse file");
266 error("failure updating sparse file header");
271 struct output_file *open_output_file(const char *filename, int gz, int sparse) argument
303 out->sparse = sparse;
310 if (out->sparse) {
333 if (out->sparse) {
349 // The answer is to do accounting like the sparse imag
[all...]
/system/core/toolbox/
H A Ddd.h64 uint64_t sparse; /* # of sparse output blocks */ member in struct:__anon154
H A Ddd.c113 static off_t pending = 0; /* pending seek if sparse */
457 /* If there are pending sparse blocks, make sure
458 * to write out the final block un-sparse
516 int sparse, i; local
517 sparse = 1; /* Is buffer sparse? */
520 sparse = 0;
523 if (sparse) {
535 "sparse file: %s\n",
558 st.sparse
[all...]

Completed in 74 milliseconds