Searched refs:file_fat_read_at (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ |
A D | fat.h | 203 int file_fat_read_at(const char *filename, loff_t pos, void *buffer,
|
/u-boot/fs/fat/ |
A D | fat.c | 1257 int file_fat_read_at(const char *filename, loff_t pos, void *buffer, in file_fat_read_at() function 1294 ret = file_fat_read_at(filename, 0, buffer, maxsize, &actread); in file_fat_read() 1306 ret = file_fat_read_at(filename, offset, buf, len, actread); in fat_read_file()
|
Completed in 5 milliseconds