Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/
H A Di_network_message.cpp23 constexpr const size_t STATUS_LINE_SIZE = 3; variable
110 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()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp43 const int STATUS_LINE_SIZE = 1024; variable
48 char buf[STATUS_LINE_SIZE]; in GetProcStatusByPath()
58 if (fgets(buf, STATUS_LINE_SIZE, fp) == nullptr) { in GetProcStatusByPath()