Searched refs:packageRoot (Results 1 – 1 of 1) sorted by relevance
280 for (const auto &packageRoot : packagePaths) { in GetRootPackage() local281 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPackage()282 return packageRoot.first; in GetRootPackage()297 for (const auto &packageRoot : packagePaths) { in GetRootPath() local298 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPath()299 return packageRoot.second; in GetRootPath()331 for (const auto &packageRoot : packagePaths) { in GetPackagePath() local332 if (StringHelper::StartWith(package, packageRoot.first)) { in GetPackagePath()333 rootPackage = packageRoot.first; in GetPackagePath()334 rootPath = packageRoot.second; in GetPackagePath()