Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp262 std::string statusPath = StringPrintf("/proc/%d/status", pid); in DumpCatch() local
263 if (access(statusPath.c_str(), F_OK) != 0 && errno != EACCES) { in DumpCatch()
400 std::string statusPath = StringPrintf("/proc/%d/status", pid); in CollectKernelStack() local
401 if (access(statusPath.c_str(), F_OK) != 0) { in CollectKernelStack()
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp303 std::string statusPath = JoinPath("/proc/", std::to_string(pid), "/status"); in GetProcNameByPid() local
306 if (!ReadFromFile(statusPath, statusContent)) { in GetProcNameByPid()
307 HILOGE("status file [%{public}s] error!", statusPath.c_str()); in GetProcNameByPid()