Home
last modified time | relevance | path

Searched refs:CREATE_LINKMAP (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dff.h378 #define CREATE_LINKMAP ((FSIZE_t)0 - 1) macro
Dff.c4278 if (ofs == CREATE_LINKMAP) { /* Create CLMT */
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat.c337 res = f_lseek(file, CREATE_LINKMAP); in vfs_fat_open()