Home
last modified time | relevance | path

Searched refs:_lseek (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/compat/posix/src/
H A Dstdio.c38 off_t _lseek(int fd, off_t offset, int whence) in _lseek() function
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c687 FUNC_ALIAS(lseek, _lseek, (int fd, off_t off, int whence), off_t);
/kernel/liteos_a/syscall/
H A Dfs_syscall.c701 return _lseek(fd, offset, whence); in SysLseek()

Completed in 6 milliseconds