Home
last modified time | relevance | path

Searched refs:sparse_file_callback (Results 1 – 7 of 7) sorted by relevance

/system/extras/verity/
Dbuild_verity_tree.cpp67 sparse_file_callback(file, false, false, hash_callback, builder); in generate_verity_tree()
/system/core/libsparse/include/sparse/
Dsparse.h209 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
/system/core/fastboot/device/
Dflashing.cpp108 return sparse_file_callback(file, false, false, WriteCallback, reinterpret_cast<void*>(fd)); in FlashSparseData()
/system/core/libsparse/
Dsparse.cpp156 int sparse_file_callback(struct sparse_file* s, bool sparse, bool crc, in sparse_file_callback() function
/system/extras/verity/fec/
Dimage.cpp134 sparse_file_callback(file, false, false, process_chunk, ctx); in file_image_load()
/system/core/fastboot/
Dfastboot_driver.cpp270 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp154 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()