Home | History | Annotate | Download | only in system

Lines Matching defs:EBADF

181     public static final int EBADF = placeholder();
702 if (errno == EBADF) {
703 return "EBADF";