Home
last modified time | relevance | path

Searched refs:sparse_file_len (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.h67 unsigned len = sparse_file_len(sparse, true, false); in Rep()
H A Dmain.cpp144 int64_t len = sparse_file_len(sf, true, with_crc); in SparseToBuf()
/aosp14/system/core/libsparse/include/sparse/
H A Dsparse.h180 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
/aosp14/system/core/libsparse/
H A Dsparse.cpp236 int64_t sparse_file_len(struct sparse_file* s, bool sparse, bool crc) { in sparse_file_len() function
/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp262 int64_t size = sparse_file_len(s, true, use_crc); in Download()
H A Dfastboot.cpp1046 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()