commit | cb4dac8a5243f6673b0590019b5b28a01bd3e343 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Sun Mar 14 13:41:54 2010 -0700 |
committer | San Mehat <san@google.com> | Sun Mar 14 13:41:54 2010 -0700 |
tree | d95d4a3217ab24c35a08fa29ff3213f4470714a8 | |
parent | 57df7bf33968d65c23f3d0dc9f30a8ce2625b1d0 [diff] [blame] |
vold: Remove autorun.inf at mount/unmount time if it exists Change-Id: Ia57da8ee177453a601a23d965c2b4f16b6de46e5 Signed-off-by: San Mehat <san@google.com>
diff --git a/Volume.h b/Volume.h index e756160..290b66d 100644 --- a/Volume.h +++ b/Volume.h
@@ -87,6 +87,7 @@ int createBindMounts(); int doUnmount(const char *path, bool force); int doMoveMount(const char *src, const char *dst, bool force); + void protectFromAutorunStupidity(); }; typedef android::List<Volume *> VolumeCollection;