Home
last modified time | relevance | path

Searched refs:filePath_ (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.cpp25 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 Dpreprocessor.h32 std::string filePath_; member in OHOS::HDI::FileDetail
/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp71 if (!Hash::GenFileHashKey(detail.second.filePath_, haskKey)) { in GetHashInfo()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dlexer.h97 std::string filePath_; member in OHOS::HDI::Lexer
H A Dlexer.cpp80 Lexer::Lexer() : filePath_(), file_(nullptr), mode_(ParseMode::DECL_MODE), havePeek_(false), curToken_() {} in Lexer()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp51 if (!ParseOne(fileDetail.filePath_)) { in Parse()

Completed in 5 milliseconds