Lines Matching defs:mountFlags
259 const char *fsType, unsigned long mountFlags,
273 originPath, destinationPath, fsType, mountFlags, options, mountSharedFlag);
274 ret = mount(originPath, destinationPath, fsType, mountFlags, options);
367 unsigned long mountFlags = 0;
371 mountFlags |= MountFlagsMap.at(vec[i]);
375 return mountFlags;
641 const std::string &fsType, unsigned long mountFlags)
667 srcPath.c_str(), sandboxPath.c_str(), fsType.c_str(), mountFlags, options);
668 ret = mount(srcPath.c_str(), sandboxPath.c_str(), fsType.c_str(), mountFlags, options);
686 const std::string &srcPath, const std::string &sandboxPath, const std::string &fsType, unsigned long mountFlags)
695 return DoDlpAppMountStrategy(appProperty, srcPath, sandboxPath, fsType, mountFlags);
716 unsigned long mountFlags = BASIC_MOUNT_FLAGS;
718 mountFlags = GetMountFlagsFromConfig(config[g_sandBoxFlagsCustomized].get<std::vector<std::string>>());
720 mountFlags = GetMountFlagsFromConfig(config[g_sandBoxFlags].get<std::vector<std::string>>());
722 return mountFlags;
812 unsigned long mountFlags = GetSandboxMountFlags(mntPoint);
816 int ret = HandleSpecialAppMount(appProperty, srcPath, sandboxPath, mountConfig.fsType, mountFlags);
819 mountFlags, mountConfig.optionsPoint.c_str(), mountSharedFlag);
1315 mode_t mountFlags = MS_REC | MS_BIND;
1320 ret = DoAppSandboxMountOnce(libPhysicalPath.c_str(), mntPath.c_str(), "", mountFlags, nullptr,