FRESULT::FR_NO_PATH is only used within FatFs.
 
Symbols
loading...
Files
loading...

FRESULT::FR_NO_PATH

Syntax

FR_NO_PATH;

References

LocationReferrerText
ff.h:220
FR_NO_PATH, /* (5) Could not find the path */
ff.c:2867follow_path()
if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
ff.c:2875follow_path()
res = FR_NO_PATH; break;
ff.c:4199f_opendir()
res = FR_NO_PATH;
ff.c:4218f_opendir()
if (res == FR_NO_FILE) res = FR_NO_PATH;

Data Use

Functions using FRESULT::FR_NO_PATH
FRESULT::FR_NO_PATH
all items filtered out