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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 211 int write_errno; local
213 if (internal_iserror(bytes_written, &write_errno)) {
214 CHECK_EQ(EFAULT, write_errno);
  /external/libpng/contrib/tools/
pngfix.c 845 int write_errno; /* Records a write error errno */ member in struct:file
966 err = file->write_errno;
971 err = file->write_errno;
    [all...]

Completed in 91 milliseconds