summaryrefslogtreecommitdiffstats
path: root/Ext4.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 /Ext4.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 'Ext4.h')
-rw-r--r--Ext4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ext4.h b/Ext4.h
index a09b576..5a468b2 100644
--- a/Ext4.h
+++ b/Ext4.h
@@ -23,6 +23,7 @@ class Ext4 {
public:
static int doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount,
bool executable);
+ static int check(const char *fsPath);
static int format(const char *fsPath);
};