summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_provider.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check all lseek calls succeed.Elliott Hughes2015-04-301-9/+7
| | | | | | | Also add missing TEMP_FAILURE_RETRYs on read, write, and lseek. Bug: http://b/20625546 Change-Id: I03b198e11c1921b35518ee2dd005a7cfcf4fd94b
* Add missing includes.Elliott Hughes2015-01-301-0/+1
| | | | Change-Id: I06ea08400efa511e627be37a4fd70fbdfadea2e6
* do sdcard sideloading through the fuse filesystemDoug Zongker2014-07-101-0/+141
Make a fuse filesystem that sits on top of the selected package file on the sdcard, so we can verify that the file contents don't change while being read and avoid copying the file to /tmp (that is, RAM) before verifying and installing it. Change-Id: Ifd982aa68bfe469eda5f839042648654bf7386a1