Home
last modified time | relevance | path

Searched refs:outPutFileName_ (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile_gen.cpp18 outPutFileName_(Util::File::StripSuffix(std::move(outPutFileName)).append(".d.hcs")), in DecompileGen()
22 Logger().Debug() << "Decompile gen file: " << outPutFileName_; in DecompileGen()
27 file_.open(outPutFileName_, std::ostream::out | std::ostream::binary); in Init()
29 Logger().Error() << "Failed to open decompile output file: " << outPutFileName_; in Init()
Ddecompile_gen.h43 std::string outPutFileName_; variable