Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsparse: add function to resparse a file and a utility to use it | Colin Cross | 2012-07-09 | 1 | -0/+1 |
| | | | | | | | | | Add sparse_file_repsarse, which splits chunks in an existing sparse file such that the maximum size of a chunk, plus a header and footer, is smaller than the given size. This will allow multiple smaller sparse files to result in the same data as a large sparse file. Change-Id: I177abdb958a23d5afd394ff265c5b0c6a3ff22fa | ||||
* | system/core: move libsparse into system/core | Colin Cross | 2012-07-09 | 1 | -0/+48 |
This moves an exact copy of libsparse from system/extras/ext4_utils/libsparse to system/core/libsparse in preparation for linking tools in system/core against it. Change-Id: If664e4fcfd6612844ac745589beb1517e7f9fe58 |