Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/
Dfs_lseek.c58 off_t file_seek(struct file *filep, off_t offset, int whence) in file_seek() function
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate03.c194 void file_seek(off_t offset) in file_seek() function
/third_party/ffmpeg/libavformat/
Dfile.c250 static int64_t file_seek(URLContext *h, int64_t pos, int whence) in file_seek() function