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

  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 165 * sparse_file_len - return the length of a sparse file if written to disk
176 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
  /system/core/libsparse/include/sparse/
sparse.h 165 * sparse_file_len - return the length of a sparse file if written to disk
176 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
  /external/qemu/distrib/libsparse/src/
sparse.c 200 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) function
  /system/core/fastboot/
protocol.c 292 int size = sparse_file_len(s, true, false);
fastboot.c 691 int64_t sz64 = sparse_file_len(*s, true, false);
    [all...]
  /system/core/libsparse/
sparse.c 200 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) function
  /system/extras/verity/
build_verity_tree.cpp 256 int64_t len = sparse_file_len(file, false, false);

Completed in 212 milliseconds