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

/system/vold/fs/
H A DVfat.cpp127 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
140 flags |= (remount ? MS_REMOUNT : 0);
126 Mount(const std::string& source, const std::string& target, bool ro, bool remount, bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) argument
H A DExt4.cpp81 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro";
134 bool remount, bool executable) {
145 flags |= (remount ? MS_REMOUNT : 0);
133 Mount(const std::string& source, const std::string& target, bool ro, bool remount, bool executable) argument

Completed in 328 milliseconds