Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp236 std::string statusPath = StringPrintf("/proc/%d/status", pid); in DumpCatch() local
237 if (access(statusPath.c_str(), F_OK) != 0 && errno != EACCES) { in DumpCatch()
377 std::string statusPath = StringPrintf("/proc/%d/status", pid); in CollectKernelStack() local
378 if (access(statusPath.c_str(), F_OK) != 0) { in CollectKernelStack()

Completed in 2 milliseconds