Searched refs:FR_NO_FILE (Results 1 – 2 of 2) sorted by relevance
1725 if (dp->sect == 0) return FR_NO_FILE; /* Report EOT if it has been disabled */ in dir_next()1732 dp->sect = 0; return FR_NO_FILE; in dir_next()1743 dp->sect = 0; return FR_NO_FILE; in dir_next()1753 dp->sect = 0; return FR_NO_FILE; /* Report EOT */ in dir_next()1804 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */2118 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */2130 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */2280 FRESULT res = FR_NO_FILE;2292 res = FR_NO_FILE; break; /* Reached to end of the directory */2394 if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */[all …]
282 FR_NO_FILE, /* (4) Could not find the file */ enumerator