Home
last modified time | relevance | path

Searched refs:STATUS_LEN (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp42 constexpr int STATUS_LEN = 1024; member
460 char buf[STATUS_LEN] = { 0 }; in GetPPidByPid()
461 size_t ret = fread(buf, sizeof(char), STATUS_LEN - 1, fp); in GetPPidByPid()

Completed in 2 milliseconds