commit | 73be12dcd50069dccc76b7bd2d72d70258f420df | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Mon Feb 03 12:22:03 2020 -0800 |
committer | Paul Crowley <paulcrowley@google.com> | Fri Feb 07 11:16:12 2020 -0800 |
tree | 505a698fbc22fc2b7fb7f67a498f028e0b8394a0 | |
parent | f60e94743881875e21ec9c9a496b3bc1a71e2f03 [diff] [blame] |
Refactor: make cryptfs.h smaller Move most of it into cryptfs.cpp, and include cryptfs.h in fewer files. Bug: 147814592 Test: Treehugger Change-Id: Ia3592d73e7abc1f07a60538e0978a3033bdea7de
diff --git a/VoldUtil.h b/VoldUtil.h index 173c598..6ef8cb1 100644 --- a/VoldUtil.h +++ b/VoldUtil.h
@@ -22,3 +22,5 @@ extern android::fs_mgr::Fstab fstab_default; #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) + +#define DATA_MNT_POINT "/data"