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

  /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/f2fs-tools/lib/
libf2fs_io.c 290 c.device_size = sparse_file_len(f2fs_sparse_file, 0, 0);
  /system/core/fastboot/
protocol.cpp 336 int size = sparse_file_len(s, true, false);
fastboot.cpp     [all...]
  /system/core/libsparse/
sparse.c 260 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) function
  /system/extras/verity/
build_verity_tree.cpp 266 int64_t len = sparse_file_len(file, false, false);
  /system/extras/verity/fec/
image.cpp 112 len = sparse_file_len(file, false, false);
  /external/e2fsprogs/lib/ext2fs/
sparse_io.c 104 sm->blocks_count = (sparse_file_len(sparse_file, 0, 0) - 1)

Completed in 133 milliseconds