Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_compress.h65 char buffIn[CHUNK] = {0}; variable
77 char buffIn[CHUNK] = {0}; variable
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Ddump_compressor.cpp35 char buffIn[CHUNK] = { 0 }; in Compress() local
92 DumpStatus DumpCompressor::FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, in FillBuffer()