Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_info.h56 std::string GetSmapsPath();
H A Dnative_leak_info.cpp142 string NativeLeakInfo::GetSmapsPath() in GetSmapsPath() function in OHOS::HiviewDFX::NativeLeakInfo
H A Dnative_leak_state.cpp282 string filePath = userMonitorInfo->GetSmapsPath(); in GetMemoryLeakLog()
432 ForkProcessToDumpExtraInfo(userMonitorInfo->GetSmapsPath(), userMonitorInfo, SMAPS_INFO); in DumpExtraInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.h34 static std::string GetSmapsPath(const std::string &processName);
H A Dtest_util.cpp48 string TestUtil::GetSmapsPath(const string &processName) in GetSmapsPath() function in OHOS::HiviewDFX::TestUtil