Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h283 FR_NO_PATH, /* (5) Could not find the path */ enumerator
/fatfs-2.7.6/
Dff.c3056 if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
3064 res = FR_NO_PATH; break;
4248 res = FR_NO_PATH; /* Reached but a file */
4253 if (res == FR_NO_FILE) res = FR_NO_PATH;
4564 res = FR_NO_PATH;
4583 if (res == FR_NO_FILE) res = FR_NO_PATH;