Home
last modified time | relevance | path

Searched refs:fx_file_extended_seek (Results 1 – 4 of 4) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_file_seek_test.c124 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/
Dfx_api.h1180 #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/
Drevision_history.txt48 fx_file_extended_seek.c
166fx_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/
DCMakeLists.txt61 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_extended_seek.c