Searched defs:whence (Results 1 – 11 of 11) sorted by relevance
/system/update_engine/payload_consumer/ |
D | cached_file_descriptor.cc | 29 off64_t CachedFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
D | fake_file_descriptor.cc | 55 off64_t FakeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
D | fec_file_descriptor.cc | 57 off64_t FecFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
D | file_descriptor.cc | 72 off64_t EintrSafeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
D | cow_writer_file_descriptor.cc | 95 off64_t CowWriterFileDescriptor::Seek(const off64_t offset, int whence) { in Seek()
|
/system/core/libutils/include/utils/ |
D | Compat.h | 36 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_reader.cpp | 55 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/ |
D | ashmem_test.cpp | 162 int whence; in TEST() member
|
/system/extras/libfec/include/fec/ |
D | io.h | 150 bool seek(int64_t offset, int whence) { in seek()
|
/system/core/fs_mgr/liblp/ |
D | utility.cpp | 70 int64_t SeekFile64(int fd, int64_t offset, int whence) { in SeekFile64()
|
/system/extras/libfec/ |
D | fec_read.cpp | 403 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek()
|