Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc163 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
164 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
167 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()