Searched refs:statusPath (Results 1 – 2 of 2) sorted by relevance
262 std::string statusPath = StringPrintf("/proc/%d/status", pid); in DumpCatch() local263 if (access(statusPath.c_str(), F_OK) != 0 && errno != EACCES) { in DumpCatch()400 std::string statusPath = StringPrintf("/proc/%d/status", pid); in CollectKernelStack() local401 if (access(statusPath.c_str(), F_OK) != 0) { in CollectKernelStack()
303 std::string statusPath = JoinPath("/proc/", std::to_string(pid), "/status"); in GetProcNameByPid() local306 if (!ReadFromFile(statusPath, statusContent)) { in GetProcNameByPid()307 HILOGE("status file [%{public}s] error!", statusPath.c_str()); in GetProcNameByPid()