Home
last modified time | relevance | path

Searched refs:sparse_file_import_auto (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libsparse/include/sparse/
H A Dsparse.h311 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose);
/aosp14/system/core/libsparse/
H A Dappend2simg.cpp82 sparse_output = sparse_file_import_auto(output, false, true); in main()
H A Dsparse_read.cpp668 struct sparse_file* sparse_file_import_auto(int fd, bool crc, bool verbose) { in sparse_file_import_auto() function
/aosp14/system/core/fastboot/
H A Dfastboot.cpp992 SparsePtr s(sparse_file_import_auto(fd, false, true), sparse_file_destroy); in load_sparse_files()