Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.h121 int fatfs_read(struct file *filep, char *buff, size_t count);
Dfatfs.c677 int fatfs_read(struct file *filep, char *buff, size_t count) in fatfs_read() function
2448 .read = fatfs_read,