Home
last modified time | relevance | path

Searched refs:meminfoPath (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp98 string meminfoPath = "/proc/memview"; in GetIsHmKernel() local
99 auto fd = open(meminfoPath.c_str(), O_RDONLY); in GetIsHmKernel()
102 HIVIEW_LOGE("open %{public}s failed, may be linux kernel, errno is %{public}d", meminfoPath.c_str(), errno); in GetIsHmKernel()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp321 string meminfoPath = FaultDetectorUtil::GetMemInfoPath(); in DumpGeneralInfo() local
322 ifstream fin(meminfoPath); in DumpGeneralInfo()
324 HIVIEW_LOGE("failed to open file: %{public}s", meminfoPath.c_str()); in DumpGeneralInfo()

Completed in 5 milliseconds