Searched refs:sparse_file_resparse (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/system/core/libsparse/include/sparse/ |
H A D | sparse.h | 324 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/ |
D | libsparse.so.toc | 50 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/ |
D | libsparse.so.toc | 50 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/ |
D | libsparse.so.toc | 50 45: FUNC GLOBAL DEFAULT 15 sparse_file_resparse
|
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/linux_glibc_x86_64_shared/ |
D | libsparse-host.so.toc | 102 97: FUNC GLOBAL DEFAULT 11 sparse_file_resparse
|
/aosp_15_r20/system/core/libsparse/ |
H A D | sparse.cpp | 326 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 D | fastboot.cpp | 988 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()
|