Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h388 FR_EXIST, /* (8) Access denied due to prohibited access */ enumerator
Dff.c3328 if (mode & FA_CREATE_NEW) res = FR_EXIST; /* Cannot create as new file */ in f_open()
4763 if (res == FR_OK) res = FR_EXIST; /* Name collision? */ in f_mkdir()
4947 res = FR_EXIST;