Home
last modified time | relevance | path

Searched refs:STATUS_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp41 const int STATUS_LINE_SIZE = 1024; variable
46 char buf[STATUS_LINE_SIZE]; in GetProcStatusByPath()
56 if (fgets(buf, STATUS_LINE_SIZE, fp) == nullptr) { in GetProcStatusByPath()