Home
last modified time | relevance | path

Searched refs:sandboxPackagePath (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.h72 std::string &sandboxPackagePath);
73 static int32_t MountAllHsp(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath);
74 static int32_t MountAllGroup(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath);
75 static int32_t DoSandboxRootFolderCreateAdapt(std::string &sandboxPackagePath);
77 std::string &sandboxPackagePath);
95 std::string &sandboxPackagePath);
97 std::string &sandboxPackagePath);
99 std::string &sandboxPackagePath);
101 std::string &sandboxPackagePath);
111 static int32_t SetSandboxProperty(AppSpawningCtx *appProperty, std::string &sandboxPackagePath);
[all...]
H A Dsandbox_utils.cpp1081 std::string &sandboxPackagePath) in SetRenderSandboxProperty()
1087 std::string &sandboxPackagePath) in SetRenderSandboxPropertyNweb()
1178 std::string &sandboxPackagePath) in SetCommonAppSandboxProperty()
1187 "parse appdata config for common failed, %{public}s", sandboxPackagePath.c_str()); in SetCommonAppSandboxProperty()
1190 ret = MountAllHsp(appProperty, sandboxPackagePath); in SetCommonAppSandboxProperty()
1191 APPSPAWN_CHECK(ret == 0, return ret, "mount extraInfo failed, %{public}s", sandboxPackagePath.c_str()); in SetCommonAppSandboxProperty()
1193 ret = MountAllGroup(appProperty, sandboxPackagePath); in SetCommonAppSandboxProperty()
1194 APPSPAWN_CHECK(ret == 0, return ret, "mount groupList failed, %{public}s", sandboxPackagePath.c_str()); in SetCommonAppSandboxProperty()
1198 APPSPAWN_CHECK(info != nullptr, return -1, "No domain info %{public}s", sandboxPackagePath.c_str()); in SetCommonAppSandboxProperty()
1203 std::string destbundlesPath = sandboxPackagePath in SetCommonAppSandboxProperty()
1080 SetRenderSandboxProperty(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath) SetRenderSandboxProperty() argument
1086 SetRenderSandboxPropertyNweb(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath) SetRenderSandboxPropertyNweb() argument
1177 SetCommonAppSandboxProperty(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath) SetCommonAppSandboxProperty() argument
1226 MountAllHsp(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath) MountAllHsp() argument
1265 DoSandboxRootFolderCreateAdapt(std::string &sandboxPackagePath) DoSandboxRootFolderCreateAdapt() argument
1282 MountAllGroup(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath) MountAllGroup() argument
1327 DoSandboxRootFolderCreate(const AppSpawningCtx *appProperty, std::string &sandboxPackagePath) DoSandboxRootFolderCreate() argument
1445 SetOverlayAppSandboxProperty(const AppSpawningCtx *appProperty, string &sandboxPackagePath) SetOverlayAppSandboxProperty() argument
1482 SetBundleResourceAppSandboxProperty(const AppSpawningCtx *appProperty, string &sandboxPackagePath) SetBundleResourceAppSandboxProperty() argument
1516 SetSandboxProperty(AppSpawningCtx *appProperty, std::string &sandboxPackagePath) SetSandboxProperty() argument
1543 ChangeCurrentDir(std::string &sandboxPackagePath, const std::string &bundleName, bool sandboxSharedStatus) ChangeCurrentDir() argument
1619 std::string sandboxPackagePath = g_sandBoxRootDir + to_string(dacInfo->uid / UID_BASE) + "/"; SetAppSandboxProperty() local
1668 std::string sandboxPackagePath = g_sandBoxRootDirNweb; SetAppSandboxPropertyNweb() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_test.cpp1066 std::string sandboxPackagePath = "/mnt/sandbox/100/"; in HWTEST_F() local
1068 sandboxPackagePath += bundleName; in HWTEST_F()
1072 ret = SandboxUtils::SetCommonAppSandboxProperty(appProperty, sandboxPackagePath); in HWTEST_F()
1113 std::string sandboxPackagePath = "/mnt/sandbox/100/"; in HWTEST_F() local
1115 sandboxPackagePath += bundleName; in HWTEST_F()
1118 ret = SandboxUtils::SetCommonAppSandboxProperty(appProperty, sandboxPackagePath); in HWTEST_F()

Completed in 7 milliseconds