Home
last modified time | relevance | path

Searched refs:FILE_SIZE (Results 1 – 2 of 2) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_file_corruption_test.c75 static UINT FILE_SIZE[NO_OF_FILES] = {1024*5, 1024*2, 1024*5, 1024*50, 1024*1, 1024*40, 1024*5, 102… variable
188 memset(read_buffer, 0x0, FILE_SIZE[i]); in ftest_0_entry()
190 for (itr = 0; itr < (FILE_SIZE[i] / 32); itr++) in ftest_0_entry()
195 status = fx_file_read(&my_file[i], read_buffer, FILE_SIZE[i], (ULONG *)&actual); in ftest_0_entry()
198 if (memcmp(read_buffer, write_buffer, FILE_SIZE[i])) in ftest_0_entry()
243 for (itr = 0; itr < (FILE_SIZE[i] / 32); itr++) in ftest_0_entry()
249 status = fx_file_write(&my_file[i], write_buffer, FILE_SIZE[i]); in ftest_0_entry()
Dfilex_fault_tolerant_file_truncate_release_available_test.c38 #define FILE_SIZE 4096 macro
60 static CHAR write_buffer[FILE_SIZE];