Home
last modified time | relevance | path

Searched refs:packageRootPaths (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/c2hal/
Dmain.cpp48 std::map<std::string, std::string> &packageRootPaths) { in addPackageRootToMap() argument
55 packageRootPaths[package] = path; in addPackageRootToMap()
73 const std::map<std::string, std::string> &packageRootPaths, in applyPackageRootPath() argument
83 for (auto const& pair : packageRootPaths) { in applyPackageRootPath()
117 std::map<std::string, std::string> packageRootPaths; in main() local
142 addPackageRootToMap(optarg, packageRootPaths); in main()
165 applyPackageRootPath(packageRootPaths, package, outputDir); in main()