summaryrefslogtreecommitdiffstats
path: root/fuse_sideload.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor fuse sideloading codeDoug Zongker2014-07-101-0/+503
Split the adb-specific portions (fetching a block from the adb host and closing the connections) out from the rest of the FUSE filesystem code, so that we can reuse the fuse stuff for installing off sdcards as well. Change-Id: I0ba385fd35999c5f5cad27842bc82024a264dd14