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

  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 179 * sparse_file_callback - call a callback for blocks in sparse file
196 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
  /system/core/libsparse/include/sparse/
sparse.h 179 * sparse_file_callback - call a callback for blocks in sparse file
196 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
  /external/qemu/distrib/libsparse/src/
sparse.c 172 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, function
  /system/core/fastboot/
protocol.c 303 r = sparse_file_callback(s, true, false, fb_download_data_sparse_write, usb);
  /system/core/libsparse/
sparse.c 172 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, function
  /system/extras/verity/
build_verity_tree.cpp 305 sparse_file_callback(file, false, false, hash_chunk, &ctx);

Completed in 5156 milliseconds