Searched refs:sparse_file_len (Results 1 – 6 of 6) 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.cpp | 254 int size = sparse_file_len(s, true, false); in fb_download_data_sparse()
|
D | fastboot.cpp | 831 int64_t sz = 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 | 278 int64_t len = sparse_file_len(file, false, false); in main()
|
/system/extras/verity/fec/ |
D | image.cpp | 233 len = sparse_file_len(file, false, false); in file_image_load()
|