Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c60 #define FA_MODIFIED 0x40 /* File has been modified */ macro
3840 …if (mode & FA_CREATE_ALWAYS) mode |= FA_MODIFIED; /* Set file change flag if created or overwritte…
4138 fp->flag |= FA_MODIFIED; /* Set file change flag */
4162 if (fp->flag & FA_MODIFIED) { /* Is there any change to the file? */
4195 fp->flag &= (BYTE)~FA_MODIFIED;
4213 fp->flag &= (BYTE)~FA_MODIFIED;
4561 fp->flag |= FA_MODIFIED;
4586 fp->flag |= FA_MODIFIED;
4954 fp->flag |= FA_MODIFIED;
5659 fp->flag |= FA_MODIFIED;