Searched refs:sparse_file_read (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/system/core/libsparse/include/sparse/ |
H A D | sparse.h | 263 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 D | img2simg.cpp | 115 ret = sparse_file_read(s, in, mode, false); in main()
|
H A D | sparse_read.cpp | 575 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/ |
D | libsparse.so.toc | 82 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/ |
D | libsparse.so.toc | 82 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/ |
D | libsparse.so.toc | 82 77: FUNC GLOBAL DEFAULT 15 sparse_file_read
|
/aosp_15_r20/out/soong/.intermediates/system/core/libsparse/libsparse/linux_glibc_x86_64_shared/ |
D | libsparse-host.so.toc | 47 42: FUNC GLOBAL DEFAULT 11 sparse_file_read
|
/aosp_15_r20/system/extras/partition_tools/ |
H A D | lpadd.cc | 414 if (sparse_file_read(sf.get(), super_fd_, SPARSE_READ_MODE_NORMAL, false) != 0) { in Finalize()
|