Home
last modified time | relevance | path

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

/system/extras/verity/
Dbuild_verity_tree.cpp48 int64_t len = sparse_file_len(file, false, false); in generate_verity_tree()
/system/core/fastboot/fuzzy_fastboot/
Dtest_utils.h67 unsigned len = sparse_file_len(sparse, true, false); in Rep()
Dmain.cpp142 int64_t len = sparse_file_len(sf, true, with_crc); in SparseToBuf()
/system/core/libsparse/include/sparse/
Dsparse.h182 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
/system/core/libsparse/
Dsparse.cpp224 int64_t sparse_file_len(struct sparse_file* s, bool sparse, bool crc) { in sparse_file_len() function
/system/extras/verity/fec/
Dimage.cpp111 len = sparse_file_len(file, false, false); in file_image_load()
/system/core/fastboot/
Dfastboot_driver.cpp246 int64_t size = sparse_file_len(s, true, use_crc); in Download()
Dfastboot.cpp875 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()