Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h79 …(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_CORE); (fs)->lfnb…
396 FR_NOT_ENOUGH_CORE, /* (17) LFN working buffer could not be allocated */ enumerator
Dff.c2862 return FR_NOT_ENOUGH_CORE; in mount_volume()
3451 res = FR_NOT_ENOUGH_CORE; in f_open()
4007 res = FR_NOT_ENOUGH_CORE; break; in f_getcwd()
4031 if (vl == 0) res = FR_NOT_ENOUGH_CORE; in f_getcwd()
4102 res = FR_NOT_ENOUGH_CORE; /* Given table size is smaller than required */ in f_lseek()
5678 if (sz_buf == 0) return FR_NOT_ENOUGH_CORE;
5732 return FR_NOT_ENOUGH_CORE;
6055 if (sz_buf == 0) return FR_NOT_ENOUGH_CORE;
6098 return FR_NOT_ENOUGH_CORE;
6399 if (!buf) return FR_NOT_ENOUGH_CORE;