Home
last modified time | relevance | path

Searched refs:sparse_file_read (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/system/core/libsparse/include/sparse/
H A Dsparse.h263 int sparse_file_read(struct sparse_file *s, int fd, enum sparse_read_mode mode, bool crc);
/aosp_15_r20/system/core/libsparse/
H A Dimg2simg.cpp115 ret = sparse_file_read(s, in, mode, false); in main()
H A Dsparse_read.cpp575 int sparse_file_read(struct sparse_file* s, int fd, enum sparse_read_mode mode, bool crc) { in sparse_file_read() function
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_recovery_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc82 77: FUNC GLOBAL DEFAULT 15 sparse_file_read
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc82 77: FUNC GLOBAL DEFAULT 15 sparse_file_read
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/android_arm64_armv8-2a_cortex-a55_shared/
Dlibsparse.so.toc82 77: FUNC GLOBAL DEFAULT 15 sparse_file_read
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/linux_glibc_x86_64_shared/
Dlibsparse-host.so.toc47 42: FUNC GLOBAL DEFAULT 11 sparse_file_read
/aosp_15_r20/system/extras/partition_tools/
H A Dlpadd.cc414 if (sparse_file_read(sf.get(), super_fd_, SPARSE_READ_MODE_NORMAL, false) != 0) { in Finalize()