Home
last modified time | relevance | path

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

/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_4_test.c84 static UCHAR specified_unicode_file_name_1[] = { 'a', 0, '1', 0, '2', 0, '3', 0, '4', 0, '5', 0, '6… variable
209 length = fx_unicode_length_get(specified_unicode_file_name_1); in ftest_0_entry()
210 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name_1, length, (CHAR *)destinat… in ftest_0_entry()
214 specified_unicode_file_name_1[0] = 'A'; in ftest_0_entry()
215 length = fx_unicode_length_get(specified_unicode_file_name_1); in ftest_0_entry()
216 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name_1, length, (CHAR *)destinat… in ftest_0_entry()
285 new_length = fx_unicode_length_get(specified_unicode_file_name_1); in ftest_0_entry()
286 …_rename(&ram_disk, specified_unicode_file_name_2, old_length, specified_unicode_file_name_1, new_l… in ftest_0_entry()
288 …_rename(&ram_disk, specified_unicode_file_name_2, old_length, specified_unicode_file_name_1, new_l… in ftest_0_entry()
293 new_length = fx_unicode_length_get(specified_unicode_file_name_1); in ftest_0_entry()
[all …]