HomeSort by relevance Sort by last modified time
    Searched full:status_path (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 163 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 78 milliseconds