Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dcached_file_descriptor.cc29 off64_t CachedFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
Dfake_file_descriptor.cc55 off64_t FakeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
Dfec_file_descriptor.cc57 off64_t FecFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
Dfile_descriptor.cc72 off64_t EintrSafeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
Dcow_writer_file_descriptor.cc95 off64_t CowWriterFileDescriptor::Seek(const off64_t offset, int whence) { in Seek()
/system/core/libutils/include/utils/
DCompat.h36 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_reader.cpp55 off64_t ReadFdFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
290 off64_t CompressedSnapshotReader::Seek(off64_t offset, int whence) { in Seek()
/system/core/libcutils/
Dashmem_test.cpp162 int whence; in TEST() member
/system/extras/libfec/include/fec/
Dio.h150 bool seek(int64_t offset, int whence) { in seek()
/system/core/fs_mgr/liblp/
Dutility.cpp70 int64_t SeekFile64(int fd, int64_t offset, int whence) { in SeekFile64()
/system/extras/libfec/
Dfec_read.cpp403 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek()