Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp5.c29 fr = f_lseek(fp, f_tell(fp) + step); /* Advances file pointer a cluster */ in test_contiguous_file()
/third_party/FatFs/source/
Dff.h510 #define f_tell(fp) ((fp)->fptr) macro