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

  /system/core/libsparse/include/sparse/
sparse.h 214 * sparse_file_import - import an existing sparse file
226 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
  /system/core/libsparse/
simg2img.c 68 s = sparse_file_import(in, true, false);
simg2simg.c 67 s = sparse_file_import(in, true, false);
sparse_read.c 423 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) function
485 s = sparse_file_import(fd, true, crc);

Completed in 122 milliseconds