Searched refs:PackageToFilePath (Results 1 – 4 of 4) sorted by relevance
90 std::string PackageToFilePath(const std::string &packageName) const;
62 PackageToFilePath(importAst->GetName()) : in GetImportInclusions()63 PackageToFilePath(importAst->GetFullName()); in GetImportInclusions()
29 std::string fileName = PackageToFilePath(importAst->GetFullName()); in GetImportInclusions()
127 std::string CodeEmitter::PackageToFilePath(const std::string &packageName) const in PackageToFilePath() function in OHOS::HDI::CodeEmitter