| D | Vfat.cpp | 133 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in DoMount() argument 142 flags |= (executable ? 0 : MS_NOEXEC); in DoMount() 206 bool executable; member 216 return DoMount(m_args->source, m_args->target, m_args->ro, m_args->remount, m_args->executable, in DoMountWrapper() 221 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in Mount() argument 222 struct mount_args args = {source, target, ro, remount, executable, in Mount()
|