Searched refs:libVersion (Results 1 – 2 of 2) sorted by relevance
55 char *libVersion = cJSON_GetStringValue(cJSON_GetArrayItem(versions, i)); in MountAllHsp() local56 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()61 PHYSICAL_APP_INSTALL_PATH, libBundleName, libVersion, libModuleName); in MountAllHsp()
1266 std::string libVersion = versions[i]; in MountAllHsp() local1267 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()1270 …std::string libPhysicalPath = g_physicalAppInstallPath + libBundleName + "/" + libVersion + "/" + … in MountAllHsp()