Home
last modified time | relevance | path

Searched refs:g_sandBoxFlagsCustomized (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp113 const char *g_sandBoxFlagsCustomized = "sandbox-flags-customized"; variable
617 (mntPoint.find(g_sandBoxFlagsCustomized) == mntPoint.end())); in CheckMountConfig()
726 …if (GetSandboxDacOverrideEnable(config) && (config.find(g_sandBoxFlagsCustomized) != config.end())… in GetSandboxMountFlags()
727 …mountFlags = GetMountFlagsFromConfig(config[g_sandBoxFlagsCustomized].get<std::vector<std::string>… in GetSandboxMountFlags()