Searched defs:rc (Results 1 – 10 of 10) sorted by relevance
| /libcore/luni/src/main/native/ |
| D | AsynchronousSocketCloseMonitor.cpp | 54 int rc = sigaction(BLOCKED_THREAD_SIGNAL, &sa, NULL); in init() local
|
| D | libcore_io_Posix.cpp | 157 static rc_t throwIfMinusOne(JNIEnv* env, const char* name, rc_t rc) { in throwIfMinusOne() 305 static bool fillInetSocketAddress(JNIEnv* env, jint rc, jobject javaInetSocketAddress, const sockad… in fillInetSocketAddress() 328 int rc = isLstat ? TEMP_FAILURE_RETRY(lstat(path.c_str(), &sb)) in doStat() local 398 int rc = TEMP_FAILURE_RETRY(access(path.c_str(), mode)); in Posix_access() local 488 int rc = throwIfMinusOne(env, "fcntl", TEMP_FAILURE_RETRY(fcntl(fd, cmd, &lock))); in Posix_fcntlFlock() local 507 int rc = TEMP_FAILURE_RETRY(fstat(fd, &sb)); in Posix_fstat() local 518 int rc = TEMP_FAILURE_RETRY(fstatfs(fd, &sb)); in Posix_fstatfs() local 560 int rc = getaddrinfo(node.c_str(), NULL, &hints, &addressList); in Posix_getaddrinfo() local 639 int rc = getnameinfo(reinterpret_cast<sockaddr*>(&ss), size, buf, sizeof(buf), NULL, 0, flags); in Posix_getnameinfo() local 673 int rc = TEMP_FAILURE_RETRY(getsockname(fd, sa, &byteCount)); in Posix_getsockname() local [all …]
|
| D | NetworkUtilities.cpp | 176 int rc = fcntl(fd, F_SETFL, flags); in setBlocking() local
|
| D | java_io_File.cpp | 111 int rc = readdir_r(mDirStream, &mEntry, &result); in next() local
|
| D | java_util_zip_Inflater.cpp | 69 int rc = TEMP_FAILURE_RETRY(lseek(fd, off, SEEK_SET)); in Inflater_setFileInputImpl() local
|
| D | org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 3068 int rc = SSL_set_cipher_lists(ssl, cipherstack.get()); in NativeCrypto_SSL_set_cipher_lists() local
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
| D | TBSCertList.java | 140 public boolean equals(Object rc) { in equals()
|
| /libcore/luni/src/main/java/java/nio/ |
| D | SelectorImpl.java | 173 int rc = -1; in selectInternal() local
|
| D | FileChannelImpl.java | 418 long rc = Libcore.os.sendfile(outFd, fd, offset, count); in transferTo() local
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | IoBridge.java | 200 int rc = Libcore.os.poll(pollFds, remainingTimeoutMs); in isConnected() local
|