Searched refs:pwrite64 (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | FileDispatcherImpl.c | 58 #define pwrite64 pwrite macro 111 return convertReturnVal(env, pwrite64(fd, buf, len, offset), JNI_FALSE); in FileDispatcherImpl_pwrite0()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2068 …return IO_FAILURE_RETRY(env, ssize_t, pwrite64, javaFd, bytes.get() + byteOffset, byteCount, offse… in Linux_pwriteBytes()
|