Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h186 FR_EXIST, /* (8) Access denied due to prohibited access */ enumerator
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c48 [FR_EXIST] = MP_EEXIST,
A Dvfs_fat.c232 if (res == FR_EXIST) { in fat_vfs_rename()
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h263 FR_EXIST, /* (8) Access denied due to prohibited access */ enumerator
A Dff.c3471 if (mode & FA_CREATE_NEW) res = FR_EXIST; /* Cannot create as new file */
4738 if (res == FR_OK) res = FR_EXIST; /* Name collision? */
4839 … res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;
4861 … res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;
/AliOS-Things-master/components/fatfs/include/
A Dff.h224 FR_EXIST = -EEXIST, /* (8) Access denied due to prohibited access */ enumerator
/AliOS-Things-master/components/fatfs/src/
A Dff.c3412 if (mode & FA_CREATE_NEW) res = FR_EXIST; /* Cannot create as new file */
4679 if (res == FR_OK) res = FR_EXIST; /* Any object with same name is already existing */
4784 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;
4806 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;

Completed in 30 milliseconds