Searched refs:libBundleName (Results 1 – 3 of 3) sorted by relevance
/base/startup/appspawn/modules/sandbox/ |
D | sandbox_expand.c | 53 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()
|
D | sandbox_utils.cpp | 1100 std::string libBundleName = bundles[i]; in MountAllHsp() local 1103 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp() 1106 …std::string libPhysicalPath = g_physicalAppInstallPath + libBundleName + "/" + libVersion + "/" + … in MountAllHsp() 1107 …std::string mntPath = sandboxPackagePath + g_sandboxHspInstallPath + libBundleName + "/" + libMod… in MountAllHsp()
|
/base/startup/appspawn/util/src/ |
D | sandbox_utils.cpp | 1017 std::string libBundleName = bundles[i]; in MountAllHsp() local 1020 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp() 1023 …std::string libPhysicalPath = g_physicalAppInstallPath + libBundleName + "/" + libVersion + "/" + … in MountAllHsp() 1024 …std::string mntPath = sandboxPackagePath + g_sandboxHspInstallPath + libBundleName + "/" + libMod… in MountAllHsp()
|