Home
last modified time | relevance | path

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

/fatfs-latest/include/
Dff.h281 FR_NO_PATH, /* (5) Could not find the path */ enumerator
/fatfs-latest/
Dff.c3126 if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
3134 res = FR_NO_PATH; break;
4327 res = FR_NO_PATH; /* Reached but a file */
4332 if (res == FR_NO_FILE) res = FR_NO_PATH;
4645 res = FR_NO_PATH;
4664 if (res == FR_NO_FILE) res = FR_NO_PATH;