Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.h398 #define AM_ARC 0x20 /* Archive */ macro
Dff.c2372 …if (b == DDEM || b == '.' || (int)((attr & ~AM_ARC) == AM_VOL) != vol) { /* An entry without valid…
2391 …if (b != DDEM && b != '.' && attr != AM_LFN && (int)((attr & ~AM_ARC) == AM_VOL) == vol) { /* Is i…
3611 fs->dirbuf[XDIR_Attr] = AM_ARC;
3625 dj.dir[DIR_Attr] = AM_ARC; /* Reset attribute */
3992 …fs->dirbuf[XDIR_Attr] |= AM_ARC; /* Set archive attribute to indicate that the file has been ch…
4014 …dir[DIR_Attr] |= AM_ARC; /* Set archive attribute to indicate that the file has been changed …
4996 …if (!(fs->dirbuf[XDIR_Attr] & AM_DIR)) fs->dirbuf[XDIR_Attr] |= AM_ARC; /* Set archive attribute i…
5016 …if (!(dir[DIR_Attr] & AM_DIR)) dir[DIR_Attr] |= AM_ARC; /* Set archive attribute if it is a file */
5080 mask &= AM_RDO|AM_HID|AM_SYS|AM_ARC; /* Valid attribute mask */