Home
last modified time | relevance | path

Searched defs:outPutFileName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile_gen.cpp16 DecompileGen::DecompileGen(std::shared_ptr<Ast> ast, std::string outPutFileName) in DecompileGen()
H A Ddecompile.cpp321 std::string outPutFileName = Option::Instance().GetOutputName(); in DoDecompile() local