HomeSort by relevance Sort by last modified time
    Searched refs:fd_pid (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 49 if (fd_pid == pid)
69 fd_pid = pid;
468 report_file.fd_pid = internal_getpid();
sanitizer_common.h 210 // the PID of child will be different from fd_pid.
211 uptr fd_pid; member in struct:__sanitizer::ReportFile

Completed in 189 milliseconds