Searched refs:sparse_file_read (Results 1 - 3 of 3) sorted by relevance

/system/core/libsparse/include/sparse/
H A Dsparse.h196 * sparse_file_read - read a file into a sparse file cookie
211 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc);
/system/core/libsparse/
H A Dimg2simg.c100 ret = sparse_file_read(s, in, false, false);
H A Dsparse_read.c410 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) function
470 ret = sparse_file_read(s, fd, true, crc);

Completed in 335 milliseconds