Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp435 std::string tmpSandboxPath = path; in ReplaceVariablePackageName() local
480 tmpSandboxPath = replace_all(tmpSandboxPath, g_variablePackageName, variablePackageName.str()); in ReplaceVariablePackageName()
481 APPSPAWN_LOGV("tmpSandboxPath %{public}s", tmpSandboxPath.c_str()); in ReplaceVariablePackageName()
482 return tmpSandboxPath; in ReplaceVariablePackageName()
780 std::string tmpSandboxPath = mntPoint[g_sandBoxPath].get<std::string>(); in GetSandboxPath() local
782 sandboxPath = sandboxRoot + ConvertToRealPathWithPermission(appProperty, tmpSandboxPath); in GetSandboxPath()
784 sandboxPath = sandboxRoot + ConvertToRealPath(appProperty, tmpSandboxPath); in GetSandboxPath()