summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for read_block_adb.Dan Albert2015-02-271-8/+3
| | | | | | | | | | These tests aren't completely representative in that they don't run in the recovery image. We might want to look in to adding a self-test option to the recovery UI. Until then, these can be run on a normal device (which is easier to do anyway). Bug: 19522788 Change-Id: Idb20feb55d10c62905c2480ab1b61a2e4b5f60d8
* This read accidentally got turned in to a write.Dan Albert2015-02-261-1/+1
| | | | | | | Too many mechanical changes in a row... Bug: 19522788 Change-Id: Ic451792aab2700cdbdbb64529b99ff5f567918ad
* Fix readx/writex names.Dan Albert2015-02-261-4/+6
| | | | Change-Id: I9556960b8293ea0e81def8b73f88edadb68841e3
* Fix build from implicit declaration.Dan Albert2015-02-251-0/+1
| | | | | | | Turn the warning on by default and turn on -Werror so this doesn't happen next time. Change-Id: Id65bf0cb63bbf0ff224655b425463ae2f55435df
* Add missing includes.Elliott Hughes2015-01-301-0/+1
| | | | Change-Id: I06ea08400efa511e627be37a4fd70fbdfadea2e6
* refactor fuse sideloading codeDoug Zongker2014-07-101-0/+67
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