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…
397 FR_NOT_ENOUGH_CORE, /* (17) LFN working buffer could not be allocated */ enumerator
Dff.c2836 return FR_NOT_ENOUGH_CORE; in mount_volume()
3426 res = FR_NOT_ENOUGH_CORE; in f_open()
3985 res = FR_NOT_ENOUGH_CORE; break; in f_getcwd()
4009 if (vl == 0) res = FR_NOT_ENOUGH_CORE; in f_getcwd()
4077 res = FR_NOT_ENOUGH_CORE; /* Given table size is smaller than required */ in f_lseek()
5645 if (sz_buf == 0) return FR_NOT_ENOUGH_CORE;
5699 return FR_NOT_ENOUGH_CORE;
6021 if (sz_buf == 0) return FR_NOT_ENOUGH_CORE;
6064 return FR_NOT_ENOUGH_CORE;
6364 if (!buf) return FR_NOT_ENOUGH_CORE;