Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c60 #define FA_MODIFIED 0x40 /* File has been modified */ macro
3761 …if (mode & FA_CREATE_ALWAYS) mode |= FA_MODIFIED; /* Set file change flag if created or overwritte…
4059 fp->flag |= FA_MODIFIED; /* Set file change flag */
4083 if (fp->flag & FA_MODIFIED) { /* Is there any change to the file? */
4116 fp->flag &= (BYTE)~FA_MODIFIED;
4134 fp->flag &= (BYTE)~FA_MODIFIED;
4480 fp->flag |= FA_MODIFIED;
4505 fp->flag |= FA_MODIFIED;
4869 fp->flag |= FA_MODIFIED;
5561 fp->flag |= FA_MODIFIED;