Searched refs:fx_file_extended_seek (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.2.1/test/regression_test/ |
D | filex_file_seek_test.c | 124 status = fx_file_extended_seek(&my_file, 0); in ftest_0_entry() 200 status = fx_file_extended_seek(FX_NULL, 0xFF); in ftest_0_entry() 661 status = fx_file_extended_seek(&my_file, 0); in ftest_0_entry() 669 status = fx_file_extended_seek(&my_file, 1024-128); in ftest_0_entry() 678 status = fx_file_extended_seek(&my_file, 1024); in ftest_0_entry() 687 status = fx_file_extended_seek(&my_file, 0); in ftest_0_entry() 689 status += fx_file_extended_seek(&my_file, 1024); in ftest_0_entry() 699 status = fx_file_extended_seek(&my_file, 1024); in ftest_0_entry() 709 status = fx_file_extended_seek(&my_file, 1024); in ftest_0_entry() 797 status = fx_file_extended_seek(&my_file, 1); in ftest_0_entry()
|
/FileX-v6.2.1/common/inc/ |
D | fx_api.h | 1180 #define fx_file_seek(f, b) fx_file_extended_seek(f, (ULONG64)b) 1246 #define fx_file_extended_seek _fx_file_extended_seek macro 1342 #define fx_file_extended_seek _fxe_file_extended_seek macro 1452 UINT fx_file_extended_seek(FX_FILE *file_ptr, ULONG64 byte_offset);
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 48 fx_file_extended_seek.c 166 …fx_file_extended_seek.c Modified FAT chain error logic and removed an unne… 309 fx_file_extended_seek.c 353 fx_file_extended_seek.c
|
/FileX-v6.2.1/common/ |
D | CMakeLists.txt | 61 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_extended_seek.c
|