Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c1719 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 …]
A Dff.h259 FR_NO_FILE, /* (4) Could not find the file */ enumerator
/AliOS-Things-master/components/fatfs/src/
A Dff.c1587 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 …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h182 FR_NO_FILE, /* (4) Could not find the file */ enumerator
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c44 [FR_NO_FILE] = MP_ENOENT,
/AliOS-Things-master/components/fatfs/include/
A Dff.h220 FR_NO_FILE = -ENOENT, /* (4) Could not find the file */ enumerator

Completed in 28 milliseconds