Home
last modified time | relevance | path

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

/system/core/libsparse/include/sparse/
Dsparse.h247 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose);
/system/core/libsparse/
Dappend2simg.c85 sparse_output = sparse_file_import_auto(output, false, true); in main()
Dsparse_read.c478 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose) in sparse_file_import_auto() function
/system/extras/verity/
Dbuild_verity_tree.cpp271 file = sparse_file_import_auto(fd, false, verbose); in main()
/system/extras/verity/fec/
Dimage.cpp226 file = sparse_file_import_auto(fd, false, ctx->verbose); in file_image_load()
/system/core/fastboot/
Dfastboot.cpp703 struct sparse_file* s = sparse_file_import_auto(fd, false, true); in load_sparse_files()