Searched refs:remount (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DExt4.h24 static int doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount,
H A DFat.h26 bool ro, bool remount, bool executable,
H A DExt4.cpp48 int Ext4::doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, argument
57 flags |= (remount ? MS_REMOUNT : 0);
H A DFat.cpp98 bool ro, bool remount, bool executable,
108 flags |= (remount ? MS_REMOUNT : 0);
97 doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) argument

Completed in 53 milliseconds