Home
last modified time | relevance | path

Searched refs:fatfs_lseek64 (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.h122 off_t fatfs_lseek64(struct file *filep, off64_t offset, int whence);
Dfatfs.c733 off64_t fatfs_lseek64(struct file *filep, off64_t offset, int whence) in fatfs_lseek64() function
814 return (off_t)fatfs_lseek64(filep, offset, whence); in fatfs_lseek()