summaryrefslogtreecommitdiffstats
path: root/twrpDU.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Multiple Language SupportEthan Yonker2015-12-191-3/+4
* Attempt to automatically identify data/media devicesEthan Yonker2014-09-201-7/+6
* Fix reporting of folder size on exfat-fuseEthan Yonker2014-09-041-4/+10
* Simplify twrpTar skip dir checks, DU code cleanupMatt Mower2014-04-151-8/+2
* Merge "Fix /data backup size if contains media subdirs" into android-4.4Dees Troy2014-04-011-0/+3
|\
| * Fix /data backup size if contains media subdirsMatt Mower2014-03-301-0/+3
* | Cleanup DU Get_Folder_Size functionMatt Mower2014-03-271-11/+4
|/
* Fix skipping of relative paths and lost+found in twrpDUVojtech Bocek2014-03-131-24/+27
* Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etcbigbiff bigbiff2014-02-031-1/+10
* Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.bigbiff bigbiff2013-12-191-0/+107