Searched refs:sparse_file_len (Results 1 – 8 of 8) sorted by relevance
/system/extras/verity/ |
D | build_verity_tree.cpp | 48 int64_t len = sparse_file_len(file, false, false); in generate_verity_tree()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.h | 67 unsigned len = sparse_file_len(sparse, true, false); in Rep()
|
D | main.cpp | 142 int64_t len = sparse_file_len(sf, true, with_crc); in SparseToBuf()
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 182 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
|
/system/core/libsparse/ |
D | sparse.cpp | 224 int64_t sparse_file_len(struct sparse_file* s, bool sparse, bool crc) { in sparse_file_len() function
|
/system/extras/verity/fec/ |
D | image.cpp | 111 len = sparse_file_len(file, false, false); in file_image_load()
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 246 int64_t size = sparse_file_len(s, true, use_crc); in Download()
|
D | fastboot.cpp | 875 buf->image_size = sparse_file_len(s, false, false); in load_buf_fd() 969 int64_t sz = sparse_file_len(*s, true, false); in flash_buf()
|