Home
last modified time | relevance | path

Searched refs:sparse_file_resparse (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/core/libsparse/include/sparse/
H A Dsparse.h324 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len,
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_recovery_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc50 45: FUNC GLOBAL DEFAULT 15 sparse_file_resparse
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc50 45: FUNC GLOBAL DEFAULT 15 sparse_file_resparse
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc50 45: FUNC GLOBAL DEFAULT 15 sparse_file_resparse
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/linux_glibc_x86_64_shared/
Dlibsparse-host.so.toc102 97: FUNC GLOBAL DEFAULT 11 sparse_file_resparse
/aosp_15_r20/system/core/libsparse/
H A Dsparse.cpp326 int sparse_file_resparse(struct sparse_file* in_s, unsigned int max_len, struct sparse_file** out_s, in sparse_file_resparse() function
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp988 const int files = sparse_file_resparse(s, max_size, nullptr, 0); in resparse_file()
992 const int rv = sparse_file_resparse(s, max_size, temp.get(), files); in resparse_file()