Home
last modified time | relevance | path

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

/system/core/libsparse/include/sparse/
Dsparse.h176 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
/system/core/fastboot/
Dprotocol.c292 int size = sparse_file_len(s, true, false); in fb_download_data_sparse()
Dfastboot.cpp703 int64_t sz64 = sparse_file_len(*s, true, false); in flash_buf()
/system/core/libsparse/
Dsparse.c209 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len() function
/system/extras/verity/
Dbuild_verity_tree.cpp276 int64_t len = sparse_file_len(file, false, false); in main()