Searched refs:sparse_file_callback (Results 1 – 6 of 6) sorted by relevance
/aosp14/system/core/libsparse/ |
H A D | sparse_fuzzer.cpp | 26 int32_t result = sparse_file_callback(file, false, false, WriteCallback, nullptr); in LLVMFuzzerTestOneInput()
|
H A D | sparse.cpp | 168 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 D | sparse.h | 207 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
|
/aosp14/system/core/fastboot/device/ |
H A D | flashing.cpp | 142 return sparse_file_callback(file, false, false, WriteCallback, reinterpret_cast<void*>(handle)); in FlashSparseData()
|
/aosp14/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 286 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 156 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()
|