Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_emitter.cpp119 std::string subPath = StringHelper::Replace(subPackage, '.', SEPARATOR); in GetFileParentPath() local
120 if (subPath.empty()) { in GetFileParentPath()
121 return File::AdapterPath(StringHelper::Format("%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
123 return File::AdapterPath(StringHelper::Format("%s/%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.cpp348 …std::string subPath = StringHelper::Replace(package.substr(rootPackage.size() + 1), '.', SEPARATOR… in GetPackagePath() local
349 return File::AdapterPath(rootPath + "/" + subPath); in GetPackagePath()