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

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

Completed in 51 milliseconds