Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_emitter.h90 std::string PackageToFilePath(const std::string &packageName) const;
Dcpp_code_emitter.cpp62 PackageToFilePath(importAst->GetName()) : in GetImportInclusions()
63 PackageToFilePath(importAst->GetFullName()); in GetImportInclusions()
Dc_code_emitter.cpp29 std::string fileName = PackageToFilePath(importAst->GetFullName()); in GetImportInclusions()
Dcode_emitter.cpp127 std::string CodeEmitter::PackageToFilePath(const std::string &packageName) const in PackageToFilePath() function in OHOS::HDI::CodeEmitter