summaryrefslogtreecommitdiffstats
path: root/fuse/mount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-1/+1
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* fuse: Update to 2.9.4Matt Mower2015-12-231-7/+13
| | | | Change-Id: I0877c624531286f47da29a7ab16c7ff3cfac0090
* Add write buffer for tar writesDees_Troy2013-02-071-12/+54
| | | | | | | update fuse to 2.9.2 catch return from unlink so that we don't print error messages when things work Change-Id: I1115039a0fa5d9d73f78ef1abd79755d7ffd9d96
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-0/+596
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function