Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c745 static bool IsSandboxMounted(const AppSpawnSandboxCfg *sandbox, const char *name, const char *rootP… in IsSandboxMounted() function
817 if (!IsSandboxMounted(sandbox, name, path)) { in UnmountSandboxConfigs()
866 if (IsSandboxMounted(sandbox, "system-const", context->rootPath)) { in StagedMountSystemConst()