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/
H A Dlog_utils.cpp41 constexpr int STATUS_PATH_LEN = 32; member
452 char path[STATUS_PATH_LEN] = { 0 }; in GetPPidByPid()
453 if (snprintf_s(path, STATUS_PATH_LEN, STATUS_PATH_LEN - 1, "/proc/%u/status", pid) <= 0) { in GetPPidByPid()

Completed in 1 milliseconds