commit | fb7c4d5a8a1031cf0e493ff182dcf458e5fe8c77 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Jun 30 18:48:41 2010 -0700 |
committer | Kenny Root <kroot@google.com> | Wed Jul 07 08:14:32 2010 -0700 |
tree | 134af6f5d522e4f08a1ad305f585e39ce973acf0 | |
parent | 99635f6c289fe2528c226403ea215c917ce86037 [diff] [blame] |
Add image mounting commands for OBB files Allow the mounting of OBB filesystem images if they're encrypted with twofish and in FAT filesystem format. Change-Id: I54804e598f46b1f3a784ffe517ebd9d7626de7aa
diff --git a/Volume.h b/Volume.h index 290b66d..383c2e4 100644 --- a/Volume.h +++ b/Volume.h
@@ -44,6 +44,8 @@ static const char *SEC_ASECDIR; static const char *ASECDIR; + static const char *LOOPDIR; + protected: char *mLabel; char *mMountpoint;