Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c59 #define FA_SEEKEND 0x20 /* Seek to end of the file on file open */ macro
3807 …if ((mode & FA_SEEKEND) && fp->obj.objsize > 0) { /* Seek to end of file if FA_OPEN_APPEND is spec…