HomeSort by relevance Sort by last modified time
    Searched refs:sparse (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/qemu/distrib/libsparse/src/
sparse_file.h 20 #include <sparse/sparse.h>
sparse_err.c 17 #include <sparse/sparse.h>
output_file.h 20 #include <sparse/sparse.h>
25 int gz, int sparse, int chunks, int crc);
27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
img2simg.c 30 #include <sparse/sparse.h>
94 fprintf(stderr, "Failed to create sparse file\n");
107 fprintf(stderr, "Failed to write sparse file\n");
simg2img.c 17 #include <sparse/sparse.h>
70 fprintf(stderr, "Failed to read sparse file\n");
sparse.c 20 #include <sparse/sparse.h>
152 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse,
160 out = output_file_open_fd(fd, s->block_size, s->len, gz, sparse, chunks, crc);
172 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
181 sparse, chunks, crc);
200 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc)
208 s->block_size, s->len, false, sparse, chunks, crc);
235 * overhead is sparse file header, initial skip chunk, split chunk, end
256 * requested size, split the chunk. Results in sparse files tha
    [all...]
  /system/core/libsparse/
sparse_file.h 20 #include <sparse/sparse.h>
sparse_err.c 17 #include <sparse/sparse.h>
output_file.h 20 #include <sparse/sparse.h>
25 int gz, int sparse, int chunks, int crc);
27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
img2simg.c 30 #include <sparse/sparse.h>
94 fprintf(stderr, "Failed to create sparse file\n");
107 fprintf(stderr, "Failed to write sparse file\n");
simg2img.c 17 #include <sparse/sparse.h>
70 fprintf(stderr, "Failed to read sparse file\n");
sparse.c 20 #include <sparse/sparse.h>
152 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse,
160 out = output_file_open_fd(fd, s->block_size, s->len, gz, sparse, chunks, crc);
172 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
181 sparse, chunks, crc);
200 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc)
208 s->block_size, s->len, false, sparse, chunks, crc);
235 * overhead is sparse file header, initial skip chunk, split chunk, end
256 * requested size, split the chunk. Results in sparse files tha
    [all...]
  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 30 * sparse_file_new - create a new sparse file cookie
33 * @len - size of the expanded sparse file.
40 * Returns the sparse file cookie, or NULL on error.
45 * sparse_file_destroy - destroy a sparse file cookie
47 * @s - sparse file cookie
49 * Destroys a sparse file cookie. After destroy, all memory passed in to
55 * sparse_file_add_data - associate a data chunk with a sparse file
57 * @s - sparse file cookie
60 * @block - offset in blocks into the sparse file to place the data chunk
62 * Associates a data chunk with a sparse file cookie. The regio
    [all...]
  /system/core/libsparse/include/sparse/
sparse.h 30 * sparse_file_new - create a new sparse file cookie
33 * @len - size of the expanded sparse file.
40 * Returns the sparse file cookie, or NULL on error.
45 * sparse_file_destroy - destroy a sparse file cookie
47 * @s - sparse file cookie
49 * Destroys a sparse file cookie. After destroy, all memory passed in to
55 * sparse_file_add_data - associate a data chunk with a sparse file
57 * @s - sparse file cookie
60 * @block - offset in blocks into the sparse file to place the data chunk
62 * Associates a data chunk with a sparse file cookie. The regio
    [all...]
  /system/core/fastboot/
fs.c 14 #include <sparse/sparse.h>
  /system/extras/f2fs_utils/
f2fs_utils.c 37 #include <sparse/sparse.h>
73 sparse_file_write(f2fs_sparse_file, fd, /*gzip*/0, /*sparse*/1, /*crc*/0);
  /system/extras/ext4_utils/
ext2simg.c 28 #include <sparse/sparse.h>
53 fprintf(stderr, " -S don't use sparse output format\n");
123 int sparse = 1; local
139 sparse = 0;
189 write_ext4_image(outfd, gzip, sparse, crc);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/d/
T_sparse_switch_1.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_11.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_12.d 29 sparse-switch v4
33 sparse-switch-end
T_sparse_switch_13.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_14.d 31 sparse-switch v4
35 sparse-switch-end
T_sparse_switch_2.d 31 sparse-switch v4
35 sparse-switch-end
T_sparse_switch_3.d 31 sparse-switch v5
35 sparse-switch-end
T_sparse_switch_4.d 31 sparse-switch v3
35 sparse-switch-end

Completed in 302 milliseconds

1 2 3 4