Searched refs:packageRootPaths (Results 1 – 1 of 1) sorted by relevance
48 std::map<std::string, std::string> &packageRootPaths) { in addPackageRootToMap() argument55 packageRootPaths[package] = path; in addPackageRootToMap()73 const std::map<std::string, std::string> &packageRootPaths, in applyPackageRootPath() argument83 for (auto const& pair : packageRootPaths) { in applyPackageRootPath()117 std::map<std::string, std::string> packageRootPaths; in main() local142 addPackageRootToMap(optarg, packageRootPaths); in main()165 applyPackageRootPath(packageRootPaths, package, outputDir); in main()