HomeSort by relevance Sort by last modified time
    Searched full:xopen (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/toybox/toys/other/
freeramdisk.c 24 fd = xopen(toys.optargs[0], O_RDWR);
fsfreeze.c 26 int fd = xopen(*toys.optargs, O_RDONLY);
rfkill.c 60 fd = xopen("/dev/rfkill", (tvar ? O_RDWR : O_RDONLY)|O_NONBLOCK);
83 tvar = xopen(toybuf, O_RDONLY);
insmod.c 24 int fd = !strcmp(*toys.optargs, "-") ? 0 : xopen(*toys.optargs, O_RDONLY);
mkswap.c 25 int fd = xopen(*toys.optargs, O_RDWR), pagesize = sysconf(_SC_PAGE_SIZE);
blockdev.c 49 int fd = xopen(*ss, O_RDONLY), i;
eject.c 66 fd = xopen(device_name, O_RDONLY | O_NONBLOCK);
mix.c 39 fd = xopen(TT.dev, O_RDWR|O_NONBLOCK);
  /external/toybox/toys/android/
load_policy.c 23 int fd = xopen(path, O_RDONLY);
  /libcore/ojluni/src/main/java/java/sql/
SQLIntegrityConstraintViolationException.java 82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
147 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
163 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLInvalidAuthorizationSpecException.java 82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
147 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
163 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLNonTransientException.java 82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
148 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
164 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLSyntaxErrorException.java 81 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
98 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
146 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
162 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLTimeoutException.java 79 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
96 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
144 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
160 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLTransientException.java 80 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
97 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
145 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
161 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLException.java 40 * <LI> a "SQLstate" string, which follows either the XOPEN SQLstate conventions
44 * can be used to discover whether the driver returns the XOPEN type or
66 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
93 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
202 * @param sqlState an XOPEN or SQL:2003 code identifying the exception
228 * @param sqlState an XOPEN or SQL:2003 code identifying the exception
SQLDataException.java 84 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
101 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
147 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
162 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLFeatureNotSupportedException.java 87 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
104 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
152 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
168 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLNonTransientConnectionException.java 83 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
100 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
148 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
164 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLRecoverableException.java 83 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
100 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
148 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
164 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLTransactionRollbackException.java 81 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
98 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
146 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
162 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLTransientConnectionException.java 82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
147 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
163 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLWarning.java 57 * @param SQLState an XOPEN or SQL:2003 code identifying the warning
78 * @param SQLState an XOPEN or SQL:2003 code identifying the warning
159 * @param SQLState an XOPEN or SQL:2003 code identifying the warning
176 * @param SQLState an XOPEN or SQL:2003 code identifying the warning
  /external/toybox/toys/pending/
openvt.c 91 fd = xopen("/dev/console", O_RDONLY | O_NONBLOCK);
102 vt_fd = xopen(toybuf, O_RDWR);
  /external/toybox/toys/posix/
uuencode.c 29 if (toys.optc > 1) fd = xopen(toys.optargs[0], O_RDONLY);

Completed in 226 milliseconds

1 2 3 4 5 6