Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp126 string smapsRollupPath = "/proc/" + to_string(userMonitorInfo->GetPid()) + "/smaps_rollup"; in CollectUserBaseInfo() local
128 fin.open(smapsRollupPath.c_str()); in CollectUserBaseInfo()
130 HIVIEW_LOGE("failed to open: %{public}s", smapsRollupPath.c_str()); in CollectUserBaseInfo()