Searched refs:GetSandboxPath (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.h | 119 static std::string GetSandboxPath(const AppSpawningCtx *appProperty, nlohmann::json &mntPoint,
|
H A D | sandbox_utils.cpp | 763 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 D | js_initialize.h | 114 static bool GetSandboxPath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, const Config &config,
|
/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 1076 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