Searched refs:EINVAL (Results 1 – 13 of 13) sorted by relevance
173 if ((errno == EINVAL) && ((ssize_t)count >= 0)) in FileChannelImpl_transferTo0()204 if ((errno == EINVAL) && ((ssize_t)count >= 0)) in FileChannelImpl_transferTo0()228 if ((errno == EINVAL) && ((ssize_t)count >= 0)) in FileChannelImpl_transferTo0()263 if ((errno == EINVAL) && ((ssize_t)count >= 0)) in FileChannelImpl_transferTo0()
193 errno = EINVAL; in canonicalize()
116 static final int EINVAL = OsConstants.EINVAL; field in UnixConstants
105 if (x.errno() == UnixConstants.EINVAL && in setTimes()
501 if (x.errno() == UnixConstants.EINVAL) in readSymbolicLink()
780 if (getFileSystem().isSolaris() && x.errno() == EINVAL) in openForAttributeAccess()
46 import static android.system.OsConstants.EINVAL;204 } else if (errnoException.errno == EINVAL || errnoException.errno == EBADF) { in socketAccept()
201 public static final int EINVAL = placeholder(); field in OsConstants762 if (errno == EINVAL) { in errnoName()
53 throw new ErrnoException("socket", EINVAL, e); in tagSocket()
62 assertEquals(OsConstants.EINVAL, e.errno); in testMmapRo_emptyFile()
1006 assertEquals(EINVAL, expected.errno); in test_splice_errors()
1005 if (errno == EINVAL) { in Linux_capget()2223 if (rc == -1 && errno == EINVAL) { in Linux_setsockoptGroupReq()2395 if (result == -1L && errno == EINVAL) { in Linux_sysconf()
163 initConstant(env, c, "EINVAL", EINVAL); in OsConstants_initConstants()