Home
last modified time | relevance | path

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

/system/core/libsparse/include/sparse/
Dsparse.h172 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
/system/core/fastboot/
Dprotocol.c295 int size = sparse_file_len(s, true, false); in fb_download_data_sparse()
Dfastboot.c676 int64_t sz64 = sparse_file_len(*s, true, false); in flash_buf()
/system/core/libsparse/
Dsparse.c199 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len() function