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/
H A Dcode_emitter.cpp112 * subPath: foo/v1_0
122 std::string subPath = StringHelper::Replace(subPackage, '.', SEPARATOR); in GetFileParentPath() local
123 if (subPath.empty()) { in GetFileParentPath()
124 return File::AdapterPath(StringHelper::Format("%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
126 return File::AdapterPath(StringHelper::Format("%s/%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.cpp372 std::string subPath = StringHelper::Replace(package.substr(rootPackage.size() + 1), '.', SEPARATOR); in GetPackagePath() local
373 return File::AdapterPath(rootPath + "/" + subPath); in GetPackagePath()

Completed in 2 milliseconds