Searched refs:sparse_file_len (Results 1 – 6 of 6) sorted by relevance
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | test_utils.h | 67 unsigned len = sparse_file_len(sparse, true, false); in Rep()
|
H A D | main.cpp | 144 int64_t len = sparse_file_len(sf, true, with_crc); in SparseToBuf()
|
/aosp14/system/core/libsparse/include/sparse/ |
H A D | sparse.h | 180 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
|
/aosp14/system/core/libsparse/ |
H A D | sparse.cpp | 236 int64_t sparse_file_len(struct sparse_file* s, bool sparse, bool crc) { in sparse_file_len() function
|
/aosp14/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 262 int64_t size = sparse_file_len(s, true, use_crc); in Download()
|
H A D | fastboot.cpp | 1046 buf->image_size = sparse_file_len(s, false, false); in load_buf_fd() 1237 int64_t sz = sparse_file_len(s, true, false); in flash_partition_files()
|