Searched refs:FR_NO_FILE (Results 1 – 6 of 6) sorted by relevance
1719 dp->sect = 0; return FR_NO_FILE; in dir_next()1730 dp->sect = 0; return FR_NO_FILE; in dir_next()2147 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */2309 FRESULT res = FR_NO_FILE;2592 if (res == FR_NO_FILE) res = FR_INT_ERR;3043 if (res == FR_NO_FILE) { /* Object is not found */3515 res = FR_NO_FILE;3538 res = FR_NO_FILE;3995 if (res == FR_NO_FILE) res = FR_NO_PATH;4322 if (res == FR_NO_FILE) res = FR_NO_PATH;[all …]
259 FR_NO_FILE, /* (4) Could not find the file */ enumerator
1587 dp->sect = 0; return FR_NO_FILE; in dir_next()1598 dp->sect = 0; return FR_NO_FILE; in dir_next()1608 dp->sect = 0; return FR_NO_FILE; /* Report EOT */ in dir_next()2165 FRESULT res = FR_NO_FILE;2452 if (res == FR_NO_FILE) res = FR_INT_ERR;2906 if (res == FR_NO_FILE) { /* Object is not found */3459 res = FR_NO_FILE;3482 res = FR_NO_FILE;3957 if (res == FR_NO_FILE) res = FR_NO_PATH;4260 if (res == FR_NO_FILE) res = FR_NO_PATH;[all …]
182 FR_NO_FILE, /* (4) Could not find the file */ enumerator
44 [FR_NO_FILE] = MP_ENOENT,
220 FR_NO_FILE = -ENOENT, /* (4) Could not find the file */ enumerator
Completed in 28 milliseconds