Home
last modified time | relevance | path

Searched refs:GetSourceNameBase (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Doption.h55 std::string GetSourceNameBase() const;
H A Doption.cpp223 std::string Option::GetSourceNameBase() const in GetSourceNameBase() function in Option
H A Dbytecode_gen.cpp55 outFileName = opt.GetSourceNameBase() + ".hcb"; in Initialize()
H A Ddecompile.cpp325 outPutFileName.append(Option::Instance().GetSourceNameBase()); in DoDecompile()
H A Dmacro_gen.cpp78 outFileName = Option::Instance().GetSourceNameBase(); in Initialize()
H A Dstartup_cfg_gen.cpp85 outFileName = Option::Instance().GetSourceNameBase(); in Initialize()
H A Dtext_gen.cpp190 outputFileName_ = Option::Instance().GetSourceNameBase(); in InitOutput()