Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.c1742 if (dp->sect == 0) return FR_NO_FILE; /* Report EOT if it has been disabled */ in dir_next()
1749 dp->sect = 0; return FR_NO_FILE; in dir_next()
1760 dp->sect = 0; return FR_NO_FILE; in dir_next()
1770 dp->sect = 0; return FR_NO_FILE; /* Report EOT */ in dir_next()
1821 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */
2177 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */
2189 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */
2339 FRESULT res = FR_NO_FILE;
2351 res = FR_NO_FILE; break; /* Reached to end of the directory */
2453 if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */
[all …]
Dff.h260 FR_NO_FILE, /* (4) Could not find the file */ enumerator
/hal_espressif-3.4.0/components/fatfs/vfs/
Dvfs_fat.c251 case FR_NO_FILE: return ENOENT; in fresult_to_errno()