Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/system/extras/verity/
H A Dbuild_verity_tree.cpp67 sparse_file_callback(file.get(), false, false, hash_callback, builder); in generate_verity_tree()
/aosp_15_r20/system/core/libsparse/include/sparse/
H A Dsparse.h207 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_recovery_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc89 84: FUNC GLOBAL DEFAULT 15 sparse_file_callback
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc89 84: FUNC GLOBAL DEFAULT 15 sparse_file_callback
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc89 84: FUNC GLOBAL DEFAULT 15 sparse_file_callback
/aosp_15_r20/system/core/fastboot/device/
H A Dflashing.cpp142 return sparse_file_callback(file, false, false, WriteCallback, reinterpret_cast<void*>(handle)); in FlashSparseData()
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/linux_glibc_x86_64_shared/
Dlibsparse-host.so.toc91 86: FUNC GLOBAL DEFAULT 11 sparse_file_callback
/aosp_15_r20/system/extras/verity/fec/
H A Dimage.cpp134 sparse_file_callback(file, false, false, process_chunk, ctx); in file_image_load()
/aosp_15_r20/system/core/fastboot/
H A Dfastboot_driver.cpp287 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp157 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()