Searched refs:sparse_file_len (Results 1 – 5 of 5) sorted by relevance
/system/core/libsparse/include/sparse/ |
D | sparse.h | 176 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
|
/system/core/fastboot/ |
D | protocol.c | 292 int size = sparse_file_len(s, true, false); in fb_download_data_sparse()
|
D | fastboot.cpp | 703 int64_t sz64 = sparse_file_len(*s, true, false); in flash_buf()
|
/system/core/libsparse/ |
D | sparse.c | 209 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len() function
|
/system/extras/verity/ |
D | build_verity_tree.cpp | 276 int64_t len = sparse_file_len(file, false, false); in main()
|