Searched defs:remount (Results 1 - 2 of 2) sorted by relevance

/system/vold/
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 135 milliseconds