Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.cpp289 " -r <rootPackage>:<rootPath> Set root path of root package\n" in ShowUsage()
316 * rootPath:./drivers/interface
353 std::string rootPath = ""; in GetPackagePath() local
358 rootPath = packageRoot.second; in GetPackagePath()
368 if (StringHelper::EndWith(rootPath, SEPARATOR)) { in GetPackagePath()
369 rootPath.pop_back(); in GetPackagePath()
373 return File::AdapterPath(rootPath + "/" + subPath); in GetPackagePath()

Completed in 1 milliseconds