Home
last modified time | relevance | path

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

/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_file_directory_rename_extra_2_test.c77 static UCHAR long_unicode_name2[] = {2, 0, 2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, … variable
228 new_length = fx_unicode_length_get( long_unicode_name2); in ftest_0_entry()
230 …status = fx_unicode_file_rename( &ram_disk, long_unicode_name1, old_length, long_unicode_name2, ne… in ftest_0_entry()
268 new_length = fx_unicode_length_get( long_unicode_name2); in ftest_0_entry()
270 …status = fx_unicode_file_rename( &ram_disk, long_unicode_name1, old_length, long_unicode_name2, ne… in ftest_0_entry()
308 new_length = fx_unicode_length_get( long_unicode_name2); in ftest_0_entry()
310 …icode_directory_rename( &ram_disk, long_unicode_name1, old_length, long_unicode_name2, new_length,… in ftest_0_entry()
348 new_length = fx_unicode_length_get( long_unicode_name2); in ftest_0_entry()
350 …icode_directory_rename( &ram_disk, long_unicode_name1, old_length, long_unicode_name2, new_length,… in ftest_0_entry()
428 new_length = fx_unicode_length_get( long_unicode_name2); in ftest_0_entry()
[all …]
Dfilex_unicode_3_test.c93 static UCHAR long_unicode_name2[] = {1, 0, 2, 0, 0, 0}; variable
153 length = fx_unicode_length_get( long_unicode_name2); in ftest_0_entry()
154 … status = fx_unicode_file_create( &ram_disk, long_unicode_name2, length, (CHAR *)destination_name); in ftest_0_entry()