Searched refs:sparse_file_len (Results 1 - 4 of 4) sorted by relevance

/system/core/libsparse/include/sparse/
H A Dsparse.h161 * sparse_file_len - return the length of a sparse file if written to disk
172 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
/system/core/fastboot/
H A Dprotocol.c295 int size = sparse_file_len(s, true, false);
H A Dfastboot.c594 sz64 = sparse_file_len(*s, true, false);
/system/core/libsparse/
H A Dsparse.c199 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) function

Completed in 1192 milliseconds