Home
last modified time | relevance | path

Searched defs:statmStream (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.cpp202 ifstream statmStream("/proc/" + to_string(leakProcessPid_) + "/statm"); in GetStatm() local
220 ifstream statmStream("/proc/self/statm"); in GetSelfStatm() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp414 ifstream statmStream("/proc/" + to_string(pid) + "/statm"); in GetStatm() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp992 std::ifstream statmStream("/proc/" + std::to_string(pid) + "/statm"); in GetMemoryStrByPid() local