Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dmtd_file_descriptor.cc154 off64_t MtdFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
231 off64_t UbiFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
Dfile_descriptor.cc63 off64_t EintrSafeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
/system/core/include/utils/
DCompat.h28 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
/system/core/libcutils/
Dopen_memstream.c162 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence) in seek_memstream()
/system/extras/libfec/include/fec/
Dio.h149 bool seek(int64_t offset, int whence) { in seek()
/system/extras/libfec/
Dfec_read.cpp402 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek()