Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h47 static bool GetIsHmKernel();
H A Dfault_detector_util.cpp94 bool FaultDetectorUtil::GetIsHmKernel() in GetIsHmKernel() function in OHOS::HiviewDFX::FaultDetectorUtil
113 return GetIsHmKernel() ? "/proc/memview" : "proc/meminfo"; in GetMemInfoPath()