summaryrefslogtreecommitdiffstats
path: root/Volume.h
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-01-31 17:49:46 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-03-04 16:54:41 +0000
commite336c0ca31f2768661063220e2a1cb83fd55b92d (patch)
treef54a7f23cc0b974a6aec41ae271d13e86dff38f4 /Volume.h
parentfc1dcc1c50d2c6745d57dd7905c4e889a51e6af1 (diff)
downloadsystem_vold-e336c0ca31f2768661063220e2a1cb83fd55b92d.zip
system_vold-e336c0ca31f2768661063220e2a1cb83fd55b92d.tar.gz
system_vold-e336c0ca31f2768661063220e2a1cb83fd55b92d.tar.bz2
vold: add support for ext4 media
Depends on: http://review.cyanogenmod.org/31202 http://review.cyanogenmod.org/31211 Result: http://pastebin.com/nzUbvW7K Change-Id: I5bd227e637f2a1ed4d13a2eb81390c56c953f482
Diffstat (limited to 'Volume.h')
-rw-r--r--Volume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Volume.h b/Volume.h
index 9dd263e..5e90740 100644
--- a/Volume.h
+++ b/Volume.h
@@ -46,6 +46,7 @@ public:
static const char *ASECDIR;
static const char *LOOPDIR;
+ static const char *FUSEDIR;
protected:
char *mLabel;
@@ -105,6 +106,7 @@ private:
int createBindMounts();
int doUnmount(const char *path, bool force);
int doMoveMount(const char *src, const char *dst, bool force);
+ int doFuseMount(const char *src, const char *dst);
void protectFromAutorunStupidity();
};