Searched refs:file_fat_read_at (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ |
D | fat.h | 191 int file_fat_read_at(const char *filename, loff_t pos, void *buffer,
|
/external/u-boot/fs/fat/ |
D | fat.c | 1080 int file_fat_read_at(const char *filename, loff_t pos, void *buffer, in file_fat_read_at() function 1113 ret = file_fat_read_at(filename, 0, buffer, maxsize, &actread); in file_fat_read() 1125 ret = file_fat_read_at(filename, offset, buf, len, actread); in fat_read_file()
|