Searched refs:file_fat_read_at (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | fat.h | 193 int file_fat_read_at(const char *filename, loff_t pos, void *buffer,
|
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat.c | 1090 int file_fat_read_at(const char *filename, loff_t pos, void *buffer, in file_fat_read_at() function 1123 ret = file_fat_read_at(filename, 0, buffer, maxsize, &actread); in file_fat_read() 1135 ret = file_fat_read_at(filename, offset, buf, len, actread); in fat_read_file()
|