Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.h83 …static std::string ConvertToRealPathWithPermission(const AppSpawningCtx *appProperty, std::string …
H A Dsandbox_utils.cpp523 std::string SandboxUtils::ConvertToRealPathWithPermission(const AppSpawningCtx *appProperty, in ConvertToRealPathWithPermission() function in OHOS::AppSpawn::SandboxUtils
782 sandboxPath = sandboxRoot + ConvertToRealPathWithPermission(appProperty, tmpSandboxPath); in GetSandboxPath()