Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp39 constexpr int CMDLINE_LEN = 128; variable
427 char cmdline[CMDLINE_LEN] = { 0 }; in GetNameByPid()
433 while (i < (CMDLINE_LEN - 1)) { in GetNameByPid()