Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.h69 static bool CheckPackageName(const std::string &filePath, const std::string &packageName);
H A Dpreprocessor.cpp163 if (!CheckPackageName(info.filePath_, token.value)) { in ParsePackage()
325 bool Preprocessor::CheckPackageName(const std::string &filePath, const std::string &packageName) in CheckPackageName() function in OHOS::HDI::Preprocessor
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h188 bool CheckPackageName(const std::string &filePath, const std::string &packageName) const;
H A Dparser.cpp154 } else if (!CheckPackageName(lexer_.GetFilePath(), packageName)) { in ParsePackage()
1738 bool Parser::CheckPackageName(const std::string &filePath, const std::string &packageName) const in CheckPackageName() function in OHOS::HDI::Parser

Completed in 4 milliseconds