Searched refs:STATUS_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
74 constexpr int STATUS_LINE_SIZE = 512; variable162 char buf[STATUS_LINE_SIZE] = {0}; in GetRealPid()166 if (fgets(buf, STATUS_LINE_SIZE, fp) == nullptr) { in GetRealPid()