Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.cpp280 for (const auto &packageRoot : packagePaths) { in GetRootPackage() local
281 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPackage()
282 return packageRoot.first; in GetRootPackage()
297 for (const auto &packageRoot : packagePaths) { in GetRootPath() local
298 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPath()
299 return packageRoot.second; in GetRootPath()
331 for (const auto &packageRoot : packagePaths) { in GetPackagePath() local
332 if (StringHelper::StartWith(package, packageRoot.first)) { in GetPackagePath()
333 rootPackage = packageRoot.first; in GetPackagePath()
334 rootPath = packageRoot.second; in GetPackagePath()