Searched refs:libModuleName (Results 1 – 2 of 2) sorted by relevance
54 char *libModuleName = cJSON_GetStringValue(cJSON_GetArrayItem(modules, i)); in MountAllHsp() local56 … 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()
1265 std::string libModuleName = modules[i]; in MountAllHsp() local1267 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()1270 …ibPhysicalPath = g_physicalAppInstallPath + libBundleName + "/" + libVersion + "/" + libModuleName; in MountAllHsp()1271 …ring mntPath = sandboxPackagePath + g_sandboxHspInstallPath + libBundleName + "/" + libModuleName; in MountAllHsp()