Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/fatfs/test_fatfs_host/
Dtest_fatfs.cpp53 fr_result = f_open(&file, "test.txt", FA_OPEN_ALWAYS | FA_READ | FA_WRITE);
/hal_espressif-3.5.0/components/fatfs/vfs/
Dvfs_fat.c311 FRESULT res = f_open(&fat_ctx->files[fd], path, fat_mode_conv(flags)); in vfs_fat_open()
650 res = f_open(pf1, n1, FA_READ | FA_OPEN_EXISTING); in vfs_fat_link()
655 res = f_open(pf2, n2, FA_WRITE | FA_CREATE_NEW); in vfs_fat_link()
910 res = f_open(file, path, FA_WRITE); in vfs_fat_truncate()
/hal_espressif-3.5.0/components/fatfs/src/
D00history.txt174 Changed f_open() and f_opendir() reject null object pointer to avoid crash.
196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error.
261 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.
Dff.h283 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */
Dff.c3547 FRESULT f_open ( function
/hal_espressif-3.5.0/tools/test_idf_size/
Doverflow.map39828 .literal.f_open
44591 .text.f_open 0x00000000400d970c 0x1e0 esp-idf/fatfs/libfatfs.a(ff.c.obj)
44593 0x00000000400d970c f_open
69218 f_open esp-idf/fatfs/libfatfs.a(ff.c.obj)
Doverflow_esp32s2.map40676 .literal.f_open
45642 .text.f_open 0x000000004008a07c 0x1e0 esp-idf/fatfs/libfatfs.a(ff.c.obj)
45644 0x000000004008a07c f_open
70301 f_open esp-idf/fatfs/libfatfs.a(ff.c.obj)