HomeSort by relevance Sort by last modified time
    Searched refs:sparse_file_add_fill (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 76 * sparse_file_add_fill - associate a fill chunk with a sparse file
90 int sparse_file_add_fill(struct sparse_file *s,
  /system/core/libsparse/include/sparse/
sparse.h 76 * sparse_file_add_fill - associate a fill chunk with a sparse file
90 int sparse_file_add_fill(struct sparse_file *s,
  /external/qemu/distrib/libsparse/src/
sparse_read.c 157 ret = sparse_file_add_fill(s, fill_val, len, block);
393 sparse_file_add_fill(s, buf[0], to_read, block);
sparse.c 61 int sparse_file_add_fill(struct sparse_file *s, function
  /system/core/libsparse/
sparse_read.c 157 ret = sparse_file_add_fill(s, fill_val, len, block);
393 sparse_file_add_fill(s, buf[0], to_read, block);
sparse.c 61 int sparse_file_add_fill(struct sparse_file *s, function

Completed in 74 milliseconds