Searched refs:FR_NO_FILE (Results 1 – 2 of 2) sorted by relevance
1774 if (dp->sect == 0) return FR_NO_FILE; /* Report EOT if it has been disabled */ in dir_next()1781 dp->sect = 0; return FR_NO_FILE; in dir_next()1792 dp->sect = 0; return FR_NO_FILE; in dir_next()1802 dp->sect = 0; return FR_NO_FILE; /* Report EOT */ in dir_next()1853 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */2167 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */2179 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */2332 FRESULT res = FR_NO_FILE;2344 res = FR_NO_FILE; break; /* Reached to end of the directory */2446 if (c == 0) { res = FR_NO_FILE; break; } /* Reached end of directory table */[all …]
280 FR_NO_FILE, /* (4) Could not find the file */ enumerator