Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1146 string sandboxSharedStatus = in GetSandboxPrivateSharedStatus() local
1148 if (sandboxSharedStatus == g_statusCheck) { in GetSandboxPrivateSharedStatus()
1561 bool sandboxSharedStatus) in ChangeCurrentDir() argument
1568 if (sandboxSharedStatus) { in ChangeCurrentDir()
1627 bool sandboxSharedStatus = GetSandboxPrivateSharedStatus(bundleName, appProperty) || in SetAppSandboxProperty() local
1646 } else if (!sandboxSharedStatus) { in SetAppSandboxProperty()
1654 rc = ChangeCurrentDir(sandboxPackagePath, bundleName, sandboxSharedStatus); in SetAppSandboxProperty()
1669 bool sandboxSharedStatus = GetSandboxPrivateSharedStatus(bundleName, appProperty); in SetAppSandboxPropertyNweb() local
1681 } else if (!sandboxSharedStatus) { in SetAppSandboxPropertyNweb()
1706 if (sandboxSharedStatus) { in SetAppSandboxPropertyNweb()
H A Dsandbox_utils.h113 bool sandboxSharedStatus);