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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 350 int rverrno; local
351 if (internal_iserror(pid, &rverrno)) {
352 Report("WARNING: failed to fork (errno %d)\n", rverrno);
sanitizer_linux.cc 506 int rverrno; local
507 CHECK_EQ(internal_iserror(rv, &rverrno), true);
508 Printf("execve failed, errno %d\n", rverrno);
    [all...]

Completed in 185 milliseconds