Searched refs:fileName_ (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | code_emitter.h | 30 HeaderFile(HeaderFileType type, std::string fileName) : type_(type), fileName_(fileName) {}
in HeaderFile() 35 int compareRet = lhs.fileName_.compare(rhs.fileName_);
in operator ()() 53 return StringHelper::Format("#include \"%s.h\"", fileName_.c_str());
in ToString() 57 return StringHelper::Format("#include <%s.h>", fileName_.c_str());
in ToString() 59 return StringHelper::Format("#include <%s>", fileName_.c_str());
in ToString() 68 std::string fileName_;
member
|
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/ |
H A D | preprocessor.h | 26 return StringHelper::Format("%s.%s", packageName_.c_str(), fileName_.c_str());
in GetFullName() 33 std::string fileName_;
member in OHOS::HDI::FileDetail
|
H A D | preprocessor.cpp | 26 sb.AppendFormat("fileName:%s\n", fileName_.c_str());
in Dump() 136 info.fileName_ = StringHelper::SubStr(info.filePath_, startIndex + 1, endIndex);
in ParseFileDetail()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | decompile.h | 74 std::string fileName_; member in OHOS::Hardware::Decompile
|
H A D | decompile.cpp | 17 Decompile::Decompile(const std::string &fileName) : isAlign_(false), fileName_(fileName) {} in Decompile() 21 file_.open(fileName_.data(), std::ios::binary); in InitDecompileFile() 23 Logger().Error() << "Failed to open decompile file: " << fileName_; in InitDecompileFile()
|
Completed in 2 milliseconds