From e4bdb15a5f6b0894b46fd34ad7b1a3093d6a102c Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Sat, 23 Mar 2019 18:33:17 -0400 Subject: AB Cache dir: If device doesn't have /data/cache for FBE, we should try /persist if in the fstab. Change-Id: I70dd19538b7f9b8cf61c46f6c8167057eec3342b --- twrp-functions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'twrp-functions.hpp') diff --git a/twrp-functions.hpp b/twrp-functions.hpp index 669a9e970..a892e7574 100755 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -28,6 +28,7 @@ using namespace std; #define NON_AB_CACHE_DIR "/cache/" #define AB_CACHE_DIR "/data/cache/" +#define PERSIST_CACHE_DIR "/persist/cache/" typedef enum { -- cgit v1.2.3