Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/utility/platform/ohos/
Dcommon_utils.cpp78 char buf[BUF_SIZE_256] = {0}; in GetProcNameByPid()
79 (void)snprintf_s(buf, BUF_SIZE_256, BUF_SIZE_256 - 1, "/proc/%d/cmdline", pid); in GetProcNameByPid()
94 char buffer[BUF_SIZE_256] = {'\0'}; in GetPidByName()
124 char buffer[BUF_SIZE_256]; in WriteCommandResultToFile()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.cpp206 char readTmp[BUF_SIZE_256];
208 while (read(fd, readTmp, BUF_SIZE_256)) {
275 char readTmp[BUF_SIZE_256];
277 while (read(fd, readTmp, BUF_SIZE_256)) {
342 char readTmp[BUF_SIZE_256];
344 while (read(fd, readTmp, BUF_SIZE_256)) {
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
Devent_logger_action_test.cpp211 char readTmp[BUF_SIZE_256];
213 while (read(fd, readTmp, BUF_SIZE_256)) {
277 char readTmp[BUF_SIZE_256];
279 while (read(fd, readTmp, BUF_SIZE_256)) {
/base/hiviewdfx/hiview/adapter/utility/include/
Dcommon_utils.h34 static constexpr uint32_t BUF_SIZE_256 = 256; variable