Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/utility/include/
Dcommon_utils.h36 static constexpr uint32_t BUF_SIZE_4096 = 4096; variable
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Devent_log_catcher.cpp67 char buf[BUF_SIZE_4096] = {0}; in AppendFile()