Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Fix /data backup size if contains media subdirs" into android-4.4 | Dees Troy | 2014-04-01 | 1 | -0/+3 |
|\ | |||||
| * | Fix /data backup size if contains media subdirs | Matt Mower | 2014-03-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | /data/*/media directories are mistakenly being excluded from the size calculation. Change to absolute dir exclude so that only /data/media is excluded. Change-Id: I6e97604d44e6ea2bdf7dfd8c68a2f90ba6d44415 | ||||
* | | Cleanup DU Get_Folder_Size function | Matt Mower | 2014-03-27 | 1 | -11/+4 |
|/ | | | | Change-Id: I3c686c7c3a171f130d299fae586dc811cad0d3a9 | ||||
* | Fix skipping of relative paths and lost+found in twrpDU | Vojtech Bocek | 2014-03-13 | 1 | -24/+27 |
| | | | | | 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/+10 |
| | | | | 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/+107 |
Moved Get_Folder_Size to this new class. Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1 |