Searched refs:f_lseek (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/fatfs/vfs/ |
D | vfs_fat.c | 337 res = f_lseek(file, CREATE_LINKMAP); in vfs_fat_open() 370 if ((res = f_lseek(file, f_size(file))) != FR_OK) { in vfs_fat_write() 412 FRESULT f_res = f_lseek(file, offset); in vfs_fat_pread() 430 f_res = f_lseek(file, prev_pos); in vfs_fat_pread() 452 FRESULT f_res = f_lseek(file, offset); in vfs_fat_pwrite() 470 f_res = f_lseek(file, prev_pos); in vfs_fat_pwrite() 542 FRESULT res = f_lseek(file, new_pos); in vfs_fat_lseek() 929 res = f_lseek(file, length); in vfs_fat_truncate()
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | 00history.txt | 57 Added a capability of extending file size to f_lseek(). 92 Improved performance of f_lseek() on moving to the same or following cluster. 119 Fixed wrong cache control in f_lseek(). 159 f_lseek() reports required table size on creating CLMP. 261 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed. 278 Fixed some internal errors in f_expand() and f_lseek(). (appeared at R0.12)
|
D | ff.h | 287 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */ 322 #define f_rewind(fp) f_lseek((fp), 0)
|
D | ff.c | 4254 FRESULT f_lseek ( function
|
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/ |
D | test_fatfs.cpp | 73 fr_result = f_lseek(&file, 0);
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 39843 .literal.f_lseek 44610 .text.f_lseek 0x00000000400d9ddc 0x1e6 esp-idf/fatfs/libfatfs.a(ff.c.obj) 44612 0x00000000400d9ddc f_lseek 69210 f_lseek esp-idf/fatfs/libfatfs.a(ff.c.obj)
|
D | overflow_esp32s2.map | 40691 .literal.f_lseek 45661 .text.f_lseek 0x000000004008a74c 0x1e6 esp-idf/fatfs/libfatfs.a(ff.c.obj) 45663 0x000000004008a74c f_lseek 70293 f_lseek esp-idf/fatfs/libfatfs.a(ff.c.obj)
|