Searched refs:STATUS_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
41 const int STATUS_LINE_SIZE = 1024; variable46 char buf[STATUS_LINE_SIZE]; in GetProcStatusByPath()56 if (fgets(buf, STATUS_LINE_SIZE, fp) == nullptr) { in GetProcStatusByPath()