Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.h65 class DumpFile : public std::ostream {
67 DumpFile(FILE* file) : std::ostream(0), buf_(file) in DumpFile() function
75 void SetDumpFile(DumpFile* file) in SetDumpFile()