Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c53 char *libBundleName = cJSON_GetStringValue(cJSON_GetArrayItem(bundles, i)); in MountAllHsp() local
56 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()
61 PHYSICAL_APP_INSTALL_PATH, libBundleName, libVersion, libModuleName); in MountAllHsp()
65 context->rootPath, SANDBOX_INSTALL_PATH, libBundleName, libModuleName); in MountAllHsp()
H A Dsandbox_utils.cpp1264 std::string libBundleName = bundles[i]; in MountAllHsp() local
1267 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()
1270 …std::string libPhysicalPath = g_physicalAppInstallPath + libBundleName + "/" + libVersion + "/" + … in MountAllHsp()
1271 …std::string mntPath = sandboxPackagePath + g_sandboxHspInstallPath + libBundleName + "/" + libMod… in MountAllHsp()