Searched refs:hnpPackageInfoMap (Results 1 – 2 of 2) sorted by relevance
407 std::map<std::string, std::string> hnpPackageInfoMap; in ExtractFiles() local415 hnpPackageInfoMap[key] = value; in ExtractFiles()449 if (hnpPackageInfoMap.find(targetName) == hnpPackageInfoMap.end()) { in ExtractFiles()453 targetPathAndName = extractParam.targetPath + hnpPackageInfoMap[targetName] in ExtractFiles()456 hnpPackageInfoMap.erase(targetName); in ExtractFiles()461 if (hnpPackageInfoMap.size() > 0) { in ExtractFiles()
3169 std::map<std::string, std::string> hnpPackageInfoMap; in ExtractModule() local3172 hnpPackageInfoMap[hnp_packageInfo.package] = hnp_packageInfo.type; in ExtractModule()3174 for (const auto &hnpPackageKV : hnpPackageInfoMap) { in ExtractModule()