Searched refs:specified_unicode_file_name (Results 1 – 2 of 2) sorted by relevance
/FileX-v6.2.1/test/regression_test/ |
D | filex_unicode_4_test.c | 83 static UCHAR specified_unicode_file_name[] = { 'Z', 0, '1', 0, '2', 0, '3', 0, '4', 0, '5', 0, '6',… variable 146 length = fx_unicode_length_get(specified_unicode_file_name); in ftest_0_entry() 147 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() 168 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() 181 length = fx_unicode_length_get(specified_unicode_file_name); in ftest_0_entry() 182 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() 190 length = fx_unicode_length_get(specified_unicode_file_name); in ftest_0_entry() 191 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() 199 length = fx_unicode_length_get(specified_unicode_file_name); in ftest_0_entry() 200 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() [all …]
|
D | filex_media_volume_directory_entry_test.c | 87 static UCHAR specified_unicode_file_name[] = { 'Z', 0, '1', 0, '2', 0, '3', 0, '4', 0, '5', 0, '6',… variable 124 ulength = fx_unicode_length_get( specified_unicode_file_name); in ftest_0_entry() 125 …status = fx_unicode_file_create( &ram_disk, specified_unicode_file_name, ulength, (CHAR *)destinat… in ftest_0_entry()
|