Home
last modified time | relevance | path

Searched refs:GetSandboxPath (Results 1 - 4 of 4) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.h119 static std::string GetSandboxPath(const AppSpawningCtx *appProperty, nlohmann::json &mntPoint,
H A Dsandbox_utils.cpp763 std::string SandboxUtils::GetSandboxPath(const AppSpawningCtx *appProperty, nlohmann::json &mntPoint, in GetSandboxPath() function in OHOS::SandboxUtils
809 std::string sandboxPath = GetSandboxPath(appProperty, mntPoint, section, sandboxRoot); in DoAllMntPointsMount()
/base/request/request/frameworks/js/napi/include/
H A Djs_initialize.h114 static bool GetSandboxPath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, const Config &config,
/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp1076 if (!GetSandboxPath(context, config, path, pathVec, error.errInfo)) { in CheckUploadFileSpec()
1132 if (!GetSandboxPath(context, config, path, pathVec, errInfo)) { in CheckDownloadFilePath()
1176 bool JsInitialize::GetSandboxPath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, const Config &config, in GetSandboxPath() function in OHOS::Request::JsInitialize
1181 errInfo = "Parameter verification failed, GetSandboxPath failed, StandardizePath fail"; in GetSandboxPath()
1186 errInfo = "Parameter verification failed, GetSandboxPath failed, WholeToNormal path fail"; in GetSandboxPath()
1192 errInfo = "Parameter verification failed, GetSandboxPath failed, path not belong app base dir"; in GetSandboxPath()

Completed in 7 milliseconds