/FileX-v6.2.1/test/regression_test/ |
D | filex_unicode_2_test.c | 97 static UCHAR long_unicode_name1[] = {1, 0, 2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 0, 0}; variable 131 length = fx_unicode_length_get( long_unicode_name1); in ftest_0_entry() 132 …status = fx_unicode_directory_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_n… in ftest_0_entry() 133 long_unicode_name1[0]++; in ftest_0_entry() 134 length = fx_unicode_length_get( long_unicode_name1); in ftest_0_entry() 135 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry() 136 long_unicode_name1[0]++; in ftest_0_entry() 137 length = fx_unicode_length_get( long_unicode_name1); in ftest_0_entry() 138 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry() 146 long_unicode_name1[0]++; in ftest_0_entry() [all …]
|
D | filex_unicode_file_directory_rename_extra_2_test.c | 76 static UCHAR long_unicode_name1[] = {1, 0, 2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, … variable 118 length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 120 … status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 152 length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 154 … status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 188 length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 190 …status = fx_unicode_directory_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_n… in ftest_0_entry() 222 length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 223 … status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 227 old_length = fx_unicode_length_get( long_unicode_name1); in ftest_0_entry() [all …]
|
D | filex_unicode_directory_entry_change_test.c | 90 static UCHAR long_unicode_name1[] = { 1, 0, 2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, … variable 149 length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 150 status=_fx_unicode_directory_entry_change(&ram_disk, entry_ptr, long_unicode_name1, length); in ftest_0_entry() 155 status = _fx_unicode_directory_entry_change(&ram_disk, entry_ptr, long_unicode_name1, length); in ftest_0_entry() 164 status = _fx_unicode_directory_entry_change(&ram_disk, entry_ptr, long_unicode_name1, length); in ftest_0_entry() 175 status = _fx_unicode_directory_entry_change(&ram_disk, entry_ptr, long_unicode_name1, length); in ftest_0_entry() 207 status = _fx_unicode_directory_entry_change(&ram_disk, entry_ptr, long_unicode_name1, length); in ftest_0_entry()
|
D | filex_unicode_3_test.c | 92 static UCHAR long_unicode_name1[] = {1, 0, 0, 0}; variable 129 length = fx_unicode_length_get( long_unicode_name1); in ftest_0_entry() 130 …status = fx_unicode_directory_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_n… in ftest_0_entry()
|
D | filex_unicode_4_test.c | 80 static UCHAR long_unicode_name1[] = { 1, 0, 0, 0 }; variable 138 length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 139 … status = fx_unicode_file_create(&ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 300 old_length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 302 …status = fx_unicode_file_rename(&ram_disk, long_unicode_name1, old_length, specified_unicode_file_… in ftest_0_entry() 305 old_length = fx_unicode_length_get(long_unicode_name1); in ftest_0_entry() 307 …status = fx_unicode_directory_rename(&ram_disk, long_unicode_name1, old_length, specified_unicode_… in ftest_0_entry()
|