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

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 258 char auxv_path[NAME_MAX]; local
259 if (!BuildProcPath(auxv_path, pid_, "auxv")) {
263 int fd = sys_open(auxv_path, O_RDONLY, 0);

Completed in 99 milliseconds