Home
last modified time | relevance | path

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

/aosp14/system/core/libsparse/
H A Dsparse_fuzzer.cpp26 int32_t result = sparse_file_callback(file, false, false, WriteCallback, nullptr); in LLVMFuzzerTestOneInput()
H A Dsparse.cpp168 int sparse_file_callback(struct sparse_file* s, bool sparse, bool crc, in sparse_file_callback() function
/aosp14/system/core/libsparse/include/sparse/
H A Dsparse.h207 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
/aosp14/system/core/fastboot/device/
H A Dflashing.cpp142 return sparse_file_callback(file, false, false, WriteCallback, reinterpret_cast<void*>(handle)); in FlashSparseData()
/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp286 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp156 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()