Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h401 FR_NO_EMPTY_DIR, /* (22) Directory not empty */ enumerator
Dff.c4717 if (res == FR_OK) res = FR_NO_EMPTY_DIR; /* Not empty? */ in f_unlink()