Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify twrpTar skip dir checks, DU code cleanup | Matt Mower | 2014-04-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | * Remove unused parent variable from twruDU constructor * Replace manual checks for /data/media with DU's check_skip_dirs() function * Remove check_skip_dirs(A,B) function which duplicates the functionality of check_skip_dirs(A) * Remove redundant trailing slash removal from check_absolute_skip_dirs(); this function is only accessed through check_skip_dirs() Change-Id: Icfe8d71de36e33db6749fc5896dd3eafbcf7c9a4 | ||||
* | Fix skipping of relative paths and lost+found in twrpDU | Vojtech Bocek | 2014-03-13 | 1 | -3/+6 |
| | | | | | Change-Id: Ib79029fd6237502338b041a6bc2f9e539536d6ad Signed-off-by: Vojtech Bocek <vbocek@gmail.com> | ||||
* | Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc | bigbiff bigbiff | 2014-02-03 | 1 | -1/+2 |
| | | | | Change-Id: Ib62af6ad8596aa18bf48cb750e2ecf442dadc627 | ||||
* | Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. | bigbiff bigbiff | 2013-12-19 | 1 | -0/+52 |
Moved Get_Folder_Size to this new class. Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1 |