Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_compress.h66 char buffOut[CHUNK] = {0}; variable
78 char buffOut[CHUNK] = {0}; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Ddump_compressor.cpp36 char buffOut[CHUNK] = { 0 }; in Compress() local
119 DumpStatus DumpCompressor::DeflateBuffer(int flush, char*& buffOut, size_t& dstPos) in DeflateBuffer()