Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.h65 static bool HexdumpOutput(FILE *in, FILE *out);
H A Dbytecode_gen.cpp288 auto ret = HexdumpOutput(in, out); in Hexdump()
295 bool ByteCodeGen::HexdumpOutput(FILE *in, FILE *out) in HexdumpOutput() function in ByteCodeGen