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

/external/qemu/distrib/libsparse/include/sparse/
H A Dsparse.h200 * sparse_file_read - read a file into a sparse file cookie
215 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc);
/external/qemu/distrib/libsparse/src/
H A Dimg2simg.c99 ret = sparse_file_read(s, in, false, false);
H A Dsparse_read.c406 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) function
466 ret = sparse_file_read(s, fd, true, crc);

Completed in 6444 milliseconds