Searched defs:ro (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
56 flags |= (ro ? MS_RDONLY : 0);
H A DFat.cpp98 bool ro, bool remount, bool executable,
107 flags |= (ro ? MS_RDONLY : 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 1529 milliseconds