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

/system/vold/fs/
H A DExt4.cpp77 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro";
130 bool remount, bool executable) {
141 flags |= (remount ? MS_REMOUNT : 0);
129 Mount(const std::string& source, const std::string& target, bool ro, bool remount, bool executable) argument
H A DVfat.cpp122 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
135 flags |= (remount ? MS_REMOUNT : 0);
121 Mount(const std::string& source, const std::string& target, bool ro, bool remount, bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) argument

Completed in 83 milliseconds