Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h385 FR_NO_PATH, /* (5) Could not find the path */ enumerator
Dff.c2571 if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */ in follow_path()
2579 res = FR_NO_PATH; break; in follow_path()
3915 res = FR_NO_PATH; /* Reached but a file */ in f_chdir()
3920 if (res == FR_NO_FILE) res = FR_NO_PATH; in f_chdir()
4229 if (res == FR_NO_FILE) res = FR_NO_PATH; in f_opendir()