Searched refs:sparse_file_read (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/libsparse/include/sparse/ |
D | sparse.h | 215 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc);
|
/external/qemu/distrib/libsparse/src/ |
D | img2simg.c | 99 ret = sparse_file_read(s, in, false, false); in main()
|
D | sparse_read.c | 406 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read() function 466 ret = sparse_file_read(s, fd, true, crc); in sparse_file_import()
|