Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.

Moved Get_Folder_Size to this new class.

Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1
This commit is contained in:
bigbiff bigbiff
2013-12-01 21:03:45 -05:00
committed by Dees Troy
parent 4d132cabf4
commit 34684ff313
11 changed files with 220 additions and 72 deletions
+1
View File
@@ -20,6 +20,7 @@ LOCAL_SRC_FILES := \
twrp.cpp \
fixPermissions.cpp \
twrpTar.cpp \
twrpDU.cpp \
twrpDigest.cpp \
LOCAL_SRC_FILES += \