Searched refs:filePath_ (Results 1 - 6 of 6) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/ |
H A D | preprocessor.cpp | 25 sb.AppendFormat("filePath:%s\n", filePath_.c_str());
in Dump() 129 info.filePath_ = lexer.GetFilePath();
in ParseFileDetail() 130 size_t startIndex = info.filePath_.rfind(SEPARATOR);
in ParseFileDetail() 131 size_t endIndex = info.filePath_.rfind(".idl");
in ParseFileDetail() 133 Logger::E(TAG, "failed to get file name from '%s'.", info.filePath_.c_str());
in ParseFileDetail() 136 info.fileName_ = StringHelper::SubStr(info.filePath_, startIndex + 1, endIndex);
in ParseFileDetail() 163 if (!CheckPackageName(info.filePath_, token.value)) {
in ParsePackage() 165 token.value.c_str(), info.filePath_.c_str());
in ParsePackage()
|
H A D | preprocessor.h | 32 std::string filePath_;
member in OHOS::HDI::FileDetail
|
/drivers/hdf_core/framework/tools/hdi-gen/hash/ |
H A D | hash.cpp | 71 if (!Hash::GenFileHashKey(detail.second.filePath_, haskKey)) {
in GetHashInfo()
|
/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | lexer.h | 97 std::string filePath_;
member in OHOS::HDI::Lexer
|
H A D | lexer.cpp | 80 Lexer::Lexer() : filePath_(), file_(nullptr), mode_(ParseMode::DECL_MODE), havePeek_(false), curToken_() {}
in Lexer()
|
/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
H A D | parser.cpp | 51 if (!ParseOne(fileDetail.filePath_)) {
in Parse()
|
Completed in 5 milliseconds