Home
last modified time | relevance | path

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

/device/google/contexthub/util/common/
Dfile.cpp85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo()
/device/generic/vulkan-cereal/fake-android-guest/utils/
DCompat.h28 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp788 off_t FileInstance::LSeek(off_t offset, int whence) { in LSeek()