Searched refs:STATUS_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
23 constexpr const size_t STATUS_LINE_SIZE = 3; variable110 if (temp.size() < STATUS_LINE_SIZE) { in GetReasonParse()113 if (temp.size() == STATUS_LINE_SIZE) { in GetReasonParse()114 resVec.emplace_back(temp[STATUS_LINE_SIZE - 1]); in GetReasonParse()117 for (size_t i = STATUS_LINE_SIZE - 1; i < temp.size(); ++i) { in GetReasonParse()
43 const int STATUS_LINE_SIZE = 1024; variable48 char buf[STATUS_LINE_SIZE]; in GetProcStatusByPath()58 if (fgets(buf, STATUS_LINE_SIZE, fp) == nullptr) { in GetProcStatusByPath()