Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c47 #define off64_t off_t macro
174 fl.l_len = (off64_t)0; in FileDispatcherImpl_lock0()
176 fl.l_len = (off64_t)size; in FileDispatcherImpl_lock0()
178 fl.l_start = (off64_t)pos; in FileDispatcherImpl_lock0()
211 fl.l_len = (off64_t)0; in FileDispatcherImpl_release0()
213 fl.l_len = (off64_t)size; in FileDispatcherImpl_release0()
215 fl.l_start = (off64_t)pos; in FileDispatcherImpl_release0()
DFileChannelImpl.c163 off64_t offset = (off64_t)position; in FileChannelImpl_transferTo0()
184 sfv.sfv_off = (off64_t)position; in FileChannelImpl_transferTo0()
Dzip_util.c51 #define off64_t off_t macro
641 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset); in readCEN()