Searched refs:sparse_file_callback (Results 1 – 8 of 8) sorted by relevance
/system/core/libsparse/ |
D | sparse_fuzzer.cpp | 26 int32_t result = sparse_file_callback(file, false, false, WriteCallback, nullptr); in LLVMFuzzerTestOneInput()
|
D | sparse.cpp | 168 int sparse_file_callback(struct sparse_file* s, bool sparse, bool crc, in sparse_file_callback() function
|
/system/extras/verity/ |
D | build_verity_tree.cpp | 67 sparse_file_callback(file.get(), false, false, hash_callback, builder); in generate_verity_tree()
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 207 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
|
/system/core/fastboot/device/ |
D | flashing.cpp | 142 return sparse_file_callback(file, false, false, WriteCallback, reinterpret_cast<void*>(handle)); in FlashSparseData()
|
/system/extras/verity/fec/ |
D | image.cpp | 134 sparse_file_callback(file, false, false, process_chunk, ctx); in file_image_load()
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 287 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 157 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()
|