Searched refs:MEM_LIB (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | memory_dumper.cpp | 22 static const std::string MEM_LIB = "libhidumpermemory.z.so"; member 75 void *handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemByPid() 77 DUMPER_HILOGE(MODULE_SERVICE, "fail to open %{public}s. errno:%{public}s", MEM_LIB.c_str(), dlerror()); in GetMemByPid() 97 void* handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemNoPid() 99 DUMPER_HILOGE(MODULE_SERVICE, "fail to open %{public}s. errno:%{public}s", MEM_LIB.c_str(), dlerror()); in GetMemNoPid() 115 void *handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemSmapsByPid() 117 DUMPER_HILOGE(MODULE_SERVICE, "fail to open %{public}s. errno:%{public}s", MEM_LIB.c_str(), dlerror()); in GetMemSmapsByPid()
|
Completed in 2 milliseconds