Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c53 #define off64_t off_t macro
204 fl.l_len = (off64_t)0; in FileDispatcherImpl_lock0()
206 fl.l_len = (off64_t)size; in FileDispatcherImpl_lock0()
208 fl.l_start = (off64_t)pos; in FileDispatcherImpl_lock0()
241 fl.l_len = (off64_t)0; in FileDispatcherImpl_release0()
243 fl.l_len = (off64_t)size; in FileDispatcherImpl_release0()
245 fl.l_start = (off64_t)pos; in FileDispatcherImpl_release0()
DFileChannelImpl.c173 off64_t offset = (off64_t)position; in FileChannelImpl_transferTo0()
194 sfv.sfv_off = (off64_t)position; in FileChannelImpl_transferTo0()
Dzip_util.c55 #define off64_t off_t macro
676 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset); in readCEN()