Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.h261 FR_NO_PATH, /* (5) Could not find the path */ enumerator
Dff.c3079 if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
3087 res = FR_NO_PATH; break;
4135 res = FR_NO_PATH; /* Reached but a file */
4140 if (res == FR_NO_FILE) res = FR_NO_PATH;
4448 res = FR_NO_PATH;
4467 if (res == FR_NO_FILE) res = FR_NO_PATH;
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat.c252 case FR_NO_PATH: return ENOENT; in fresult_to_errno()