HomeSort by relevance Sort by last modified time
    Searched refs:sparse_file_read (Results 1 - 3 of 3) sorted by null

  /system/core/libsparse/include/sparse/
sparse.h 196 * 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/
img2simg.c 100 ret = sparse_file_read(s, in, false, false);
sparse_read.c 410 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 579 milliseconds