Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp40 constexpr int STATUS_PATH_LEN = 32; variable
450 char path[STATUS_PATH_LEN] = { 0 }; in GetPPidByPid()
451 if (snprintf_s(path, STATUS_PATH_LEN, STATUS_PATH_LEN - 1, "/proc/%u/status", pid) <= 0) { in GetPPidByPid()