Searched refs:FR_NO_EMPTY_DIR (Results 1 – 2 of 2) sorted by relevance
/third_party/FatFs/source/ | ||
D | ff.h | 401 FR_NO_EMPTY_DIR, /* (22) Directory not empty */ enumerator |
D | ff.c | 4717 if (res == FR_OK) res = FR_NO_EMPTY_DIR; /* Not empty? */ in f_unlink() |