summaryrefslogtreecommitdiffstats
path: root/fastboot/fs.h
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for switching to libziparchive.Elliott Hughes2015-03-181-0/+8
| | | | | Bug: 19765860 Change-Id: I58249d28fbc4975428d0dcac5107d1994c35676c
* Fix typo in fs.hMarkus Mayer2014-07-091-1/+1
| | | | | | | fs.h defined _FH_H_ rather than _FS_H_ Change-Id: I710ef53e88d3601e486fde9957f6d022871d9602 Signed-off-by: Markus Mayer <code@mmayer.net>
* fastboot: support for overriding format fs-type and sizeJP Abgrall2014-05-061-1/+1
| | | | | | | | | | This changes allows overriding the fs-type and size that are normally returned by the booloader. This is in preparation for supporting other FSes. Change-Id: I8d141a0d4d14df9fe84d3b131484e9696fcd8870 Signed-off-by: JP Abgrall <jpa@google.com>
* fastboot: allow format on devices with small buffersDmitry Grinberg2014-05-061-0/+12
Formatting large partitions on devices with small transfer buffers did not work before since format used a strange path through the code to send data. It now uses the normal path. Also cleaned up a bit. FS code now lives in a separate file and the custom path for format is gone. Change-Id: If4e01cabc2e250b7c02ca7ce8c268e51d49e1529