Searched refs:f_open (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.5.0/components/fatfs/test_fatfs_host/ |
D | test_fatfs.cpp | 53 fr_result = f_open(&file, "test.txt", FA_OPEN_ALWAYS | FA_READ | FA_WRITE);
|
/hal_espressif-3.5.0/components/fatfs/vfs/ |
D | vfs_fat.c | 311 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/ |
D | 00history.txt | 174 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.
|
D | ff.h | 283 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */
|
D | ff.c | 3547 FRESULT f_open ( function
|
/hal_espressif-3.5.0/tools/test_idf_size/ |
D | overflow.map | 39828 .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)
|
D | overflow_esp32s2.map | 40676 .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)
|