Home
last modified time | relevance | path

Searched defs:offsetHigh (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/compat/posix/src/
Dstdio.c77 off64_t _lseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence) in _lseek64()
/kernel/liteos_a/syscall/
Dfs_syscall.c577 off64_t SysLseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence) in SysLseek64()