summaryrefslogtreecommitdiffstats
path: root/libsparse/sparse_read.c
Commit message (Collapse)AuthorAgeFilesLines
* Add verbose param to sparse_file_import_autoMohamad Ayyash2015-03-311-2/+2
| | | | | Change-Id: I0c5607f7aa5e964abc2031bbe71ff5c6e6ef56cc Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
* libsparse: turn on -WerrorMark Salyzyn2014-05-071-9/+2
| | | | | | - Deal with some -Wunused issues Change-Id: I9667d74c0dfbe55c625e65b9d44d7c6f861c455d
* libsparse: deal with build warning messagesMark Salyzyn2014-02-281-1/+4
| | | | | | | - mostly unused parameters, added defs.h to hold __unused macro - read_all prototype not included, added output_file.h to acquire Change-Id: Ib7ee00614acab53a6bd6a64f7e26a8c13dbe6297
* libsparse: add sparse_file read and convert tools to use itColin Cross2012-07-091-0/+509
Abstract the logic from simg2img into libsparse, and add logic for reading a regular image into libsparse. simg2img then becomes a simple wrapper around libsparse. img2simg was not actually making the file sparse, it was using sparse files to create multiple files that could be pieced back together. Replace it with a simple wrapper around libsparse. Its functionality will be replaced by an simg2simg that can resparse a file into smaller chunks. Change-Id: I266f70e1c750454183ce46c71a7bb66bbb033a26