Home
last modified time | relevance | path

Searched refs:long_unicode_name1 (Results 1 – 5 of 5) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_2_test.c97 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 …]
Dfilex_unicode_file_directory_rename_extra_2_test.c76 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 …]
Dfilex_unicode_directory_entry_change_test.c90 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()
Dfilex_unicode_3_test.c92 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()
Dfilex_unicode_4_test.c80 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()