Home
last modified time | relevance | path

Searched refs:sparse_file_len (Results 1 – 6 of 6) 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.cpp254 int size = sparse_file_len(s, true, false); in fb_download_data_sparse()
Dfastboot.cpp831 int64_t sz = 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.cpp278 int64_t len = sparse_file_len(file, false, false); in main()
/system/extras/verity/fec/
Dimage.cpp233 len = sparse_file_len(file, false, false); in file_image_load()