commit | fff0b47998a722d57eea6a07350bbd7a6032b3cc | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Wed Jan 06 19:19:46 2010 -0800 |
committer | San Mehat <san@google.com> | Wed Jan 06 19:19:46 2010 -0800 |
tree | dc917e75cb94578ecea6e161711036293a5137e7 | |
parent | a19b250bd273455933ca3502cf2c2e0a803aff77 [diff] [blame] |
vold2: Enable support for custom mount perm masks and wire to asec Signed-off-by: San Mehat <san@google.com>
diff --git a/Fat.h b/Fat.h index e5d76e3..ab16a7f 100644 --- a/Fat.h +++ b/Fat.h
@@ -23,7 +23,8 @@ public: static int check(const char *fsPath); static int doMount(const char *fsPath, const char *mountPoint, bool ro, - bool remount); + bool remount, int ownerUid, int ownerGid, int permMask, + bool createLost); static int format(const char *fsPath); };