Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse_fuzzer.cpp26 int32_t result = sparse_file_callback(file, false, false, WriteCallback, nullptr); in LLVMFuzzerTestOneInput()
Dsparse.cpp168 int sparse_file_callback(struct sparse_file* s, bool sparse, bool crc, in sparse_file_callback() function
/system/extras/verity/
Dbuild_verity_tree.cpp67 sparse_file_callback(file.get(), false, false, hash_callback, builder); in generate_verity_tree()
/system/core/libsparse/include/sparse/
Dsparse.h207 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
/system/core/fastboot/device/
Dflashing.cpp142 return sparse_file_callback(file, false, false, WriteCallback, reinterpret_cast<void*>(handle)); in FlashSparseData()
/system/extras/verity/fec/
Dimage.cpp134 sparse_file_callback(file, false, false, process_chunk, ctx); in file_image_load()
/system/core/fastboot/
Dfastboot_driver.cpp287 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp157 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()