Searched refs:sparse_file_read (Results 1 – 4 of 4) sorted by relevance
/system/core/libsparse/ |
D | img2simg.cpp | 96 ret = sparse_file_read(s, in, false, false); in main()
|
D | sparse_read.cpp | 464 int sparse_file_read(struct sparse_file* s, int fd, bool sparse, bool crc) { in sparse_file_read() function
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 244 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc);
|
/system/extras/partition_tools/ |
D | lpadd.cc | 401 if (sparse_file_read(sf.get(), super_fd_, false, false) != 0) { in Finalize()
|