/FileX-v6.2.1/test/regression_test/ |
D | filex_directory_first_next_find_test.c | 181 status = fx_directory_first_entry_find(FX_NULL, "/A0"); in ftest_0_entry() 189 status = fx_directory_first_full_entry_find(FX_NULL, name, &attributes, in ftest_0_entry() 369 status = fx_directory_next_entry_find(FX_NULL, name); in ftest_0_entry() 448 status = fx_directory_next_full_entry_find(FX_NULL, name, &attributes, in ftest_0_entry() 1002 …ectory_first_full_entry_find(&ram_disk, name, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL… in ftest_0_entry() 1050 …y_first_full_entry_find(&ram_disk, name, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, &mi… in ftest_0_entry() 1062 …ectory_first_full_entry_find(&ram_disk, name, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL… in ftest_0_entry() 1074 …ectory_first_full_entry_find(&ram_disk, name, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL… in ftest_0_entry() 1087 …ectory_first_full_entry_find(&ram_disk, name, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL… in ftest_0_entry() 1098 …ectory_first_full_entry_find(&ram_disk, name, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL… in ftest_0_entry() [all …]
|
D | filextestcontrol.c | 379 {FX_NULL, TEST_TIMEOUT_LOW} 534 _tx_thread_current_ptr = FX_NULL; in tx_application_define() 605 _tx_thread_current_ptr = FX_NULL; in tx_application_define() 670 _tx_thread_current_ptr = FX_NULL; in tx_application_define() 697 status = _fxe_media_check(&media_instance, (UCHAR *) &media_instance, 0, 0, FX_NULL); in tx_application_define() 714 status = _fxe_media_check(&media_instance, (UCHAR *) &media_instance, 0, 0, FX_NULL); in tx_application_define() 733 status = _fxe_media_check(&media_instance, (UCHAR *) &media_instance, 0, 0, FX_NULL); in tx_application_define() 736 _tx_thread_current_ptr = FX_NULL; in tx_application_define() 815 _tx_thread_current_ptr = FX_NULL; in tx_application_define() 838 status = _fxe_media_close_notify_set(FX_NULL, FX_NULL); in tx_application_define() [all …]
|
D | filex_system_date_time_test.c | 138 status = fx_system_date_get(FX_NULL, FX_NULL, FX_NULL); in ftest_0_entry() 146 status = fx_system_time_get(FX_NULL, FX_NULL, FX_NULL); in ftest_0_entry() 248 status = _fx_system_date_get(FX_NULL, FX_NULL, FX_NULL); in ftest_0_entry() 266 status = _fx_system_time_get(FX_NULL, FX_NULL, FX_NULL); in ftest_0_entry() 284 status = fx_system_time_get(&hour, FX_NULL, &second); in ftest_0_entry() 296 status = fx_system_time_get(&hour, &minute, FX_NULL); in ftest_0_entry() 308 status = fx_system_date_get(&year, FX_NULL, &day); in ftest_0_entry() 320 status = fx_system_date_get(&year, &month, FX_NULL); in ftest_0_entry()
|
D | filex_file_date_time_set_test.c | 177 status = fx_directory_information_get(&ram_disk, "DOES_NOT_EXIST", FX_NULL, FX_NULL, in ftest_0_entry() 178 FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL, FX_NULL); in ftest_0_entry() 186 status = fx_file_date_time_set(FX_NULL, "TEST.TXT", 0, 0, 0, 0, 0, 0); in ftest_0_entry() 604 status += fx_directory_information_get(&ram_disk, "TEST.TXT", FX_NULL, FX_NULL, in ftest_0_entry() 605 FX_NULL, FX_NULL, FX_NULL, in ftest_0_entry() 606 FX_NULL, FX_NULL, &second); in ftest_0_entry() 617 status += fx_directory_information_get(&ram_disk, "TEST.TXT", FX_NULL, FX_NULL, in ftest_0_entry() 618 FX_NULL, FX_NULL, FX_NULL, in ftest_0_entry() 619 FX_NULL, &minute, FX_NULL); in ftest_0_entry()
|
/FileX-v6.2.1/common/src/ |
D | fxe_directory_information_get.c | 93 if ((media_ptr == FX_NULL) || in _fxe_directory_information_get() 94 ((attributes == FX_NULL) && (size == FX_NULL) && (year == FX_NULL) && (month == FX_NULL) && in _fxe_directory_information_get() 95 (day == FX_NULL) && (hour == FX_NULL) && (minute == FX_NULL) && (second == FX_NULL))) in _fxe_directory_information_get()
|
D | fx_unicode_directory_rename.c | 101 new_short_name[0] = FX_NULL; in _fx_unicode_directory_rename() 104 old_dir_short_name[0] = FX_NULL; in _fx_unicode_directory_rename() 105 new_dir_short_name[0] = FX_NULL; in _fx_unicode_directory_rename() 137 dir_entry.fx_dir_entry_short_name[0] = FX_NULL; in _fx_unicode_directory_rename() 233 _fx_unicode_temp_long_file_name[i] = FX_NULL; in _fx_unicode_directory_rename() 276 dir_entry.fx_dir_entry_short_name[0] = FX_NULL; in _fx_unicode_directory_rename() 279 …directory_search(media_ptr, (CHAR *)_fx_unicode_temp_long_file_name, &dir_entry, FX_NULL, FX_NULL); in _fx_unicode_directory_rename() 312 if (new_short_name[i] == FX_NULL) in _fx_unicode_directory_rename()
|
D | fxe_unicode_name_get.c | 85 …(media_ptr == FX_NULL) || (source_short_name == FX_NULL) || (destination_unicode_name == FX_NULL) … in _fxe_unicode_name_get()
|
D | fxe_unicode_name_get_extended.c | 87 …(media_ptr == FX_NULL) || (source_short_name == FX_NULL) || (destination_unicode_name == FX_NULL) … in _fxe_unicode_name_get_extended()
|
D | fx_unicode_file_create.c | 100 dir_entry.fx_dir_entry_short_name[0] = FX_NULL; in _fx_unicode_file_create() 103 destination_shortname[0] = FX_NULL; in _fx_unicode_file_create() 106 short_name[0] = FX_NULL; in _fx_unicode_file_create() 174 _fx_unicode_temp_long_file_name[i] = FX_NULL; in _fx_unicode_file_create() 219 …directory_search(media_ptr, (CHAR *)_fx_unicode_temp_long_file_name, &dir_entry, FX_NULL, FX_NULL); in _fx_unicode_file_create() 251 if (short_name[i] == FX_NULL) in _fx_unicode_file_create()
|
D | fx_unicode_directory_create.c | 99 dir_entry.fx_dir_entry_short_name[0] = FX_NULL; in _fx_unicode_directory_create() 102 destination_shortname[0] = FX_NULL; in _fx_unicode_directory_create() 105 short_name[0] = FX_NULL; in _fx_unicode_directory_create() 173 _fx_unicode_temp_long_file_name[i] = FX_NULL; in _fx_unicode_directory_create() 218 …directory_search(media_ptr, (CHAR *)_fx_unicode_temp_long_file_name, &dir_entry, FX_NULL, FX_NULL); in _fx_unicode_directory_create() 250 if (short_name[i] == FX_NULL) in _fx_unicode_directory_create()
|
D | fx_unicode_file_rename.c | 103 new_short_name[0] = FX_NULL; in _fx_unicode_file_rename() 106 old_shortname[0] = FX_NULL; in _fx_unicode_file_rename() 107 new_shortname[0] = FX_NULL; in _fx_unicode_file_rename() 136 dir_entry.fx_dir_entry_short_name[0] = FX_NULL; in _fx_unicode_file_rename() 235 _fx_unicode_temp_long_file_name[i] = FX_NULL; in _fx_unicode_file_rename() 280 …directory_search(media_ptr, (CHAR *)_fx_unicode_temp_long_file_name, &dir_entry, FX_NULL, FX_NULL); in _fx_unicode_file_rename() 312 if (new_short_name[i] == FX_NULL) in _fx_unicode_file_rename()
|
D | fxe_unicode_file_rename.c | 87 if ((media_ptr == FX_NULL) || (old_unicode_name == FX_NULL) || (old_unicode_length == 0) || in _fxe_unicode_file_rename() 88 (new_unicode_name == FX_NULL) || (new_unicode_length == 0) || (new_short_name == FX_NULL)) in _fxe_unicode_file_rename()
|
D | fxe_unicode_directory_rename.c | 88 if ((media_ptr == FX_NULL) || (old_unicode_name == FX_NULL) || (old_unicode_length == 0) || in _fxe_unicode_directory_rename() 89 (new_unicode_name == FX_NULL) || (new_unicode_length == 0) || (new_short_name == FX_NULL)) in _fxe_unicode_directory_rename()
|
D | fxe_media_volume_set.c | 82 if ((media_ptr == FX_NULL) || (volume_name == FX_NULL) || (volume_name[0] == FX_NULL)) in _fxe_media_volume_set()
|
D | fxe_system_date_get.c | 80 if ((year == FX_NULL) || (month == FX_NULL) || (day == FX_NULL)) in _fxe_system_date_get()
|
D | fxe_system_time_get.c | 80 if ((hour == FX_NULL) || (minute == FX_NULL) || (second == FX_NULL)) in _fxe_system_time_get()
|
D | fxe_directory_short_name_get.c | 82 if ((media_ptr == FX_NULL) || (short_file_name == FX_NULL) || (long_file_name == FX_NULL)) in _fxe_directory_short_name_get()
|
D | fxe_directory_long_name_get.c | 82 if ((media_ptr == FX_NULL) || (short_file_name == FX_NULL) || (long_file_name == FX_NULL)) in _fxe_directory_long_name_get()
|
D | fxe_file_read.c | 83 if ((file_ptr == FX_NULL) || (buffer_ptr == FX_NULL) || (actual_size == FX_NULL)) in _fxe_file_read()
|
D | fxe_directory_short_name_get_extended.c | 83 if ((media_ptr == FX_NULL) || (short_file_name == FX_NULL) || (long_file_name == FX_NULL)) in _fxe_directory_short_name_get_extended()
|
D | fxe_directory_long_name_get_extended.c | 83 if ((media_ptr == FX_NULL) || (short_file_name == FX_NULL) || (long_file_name == FX_NULL)) in _fxe_directory_long_name_get_extended()
|
D | fx_partition_offset_calculate.c | 177 if (partition_start != FX_NULL) in _fx_partition_offset_calculate() 184 if (partition_size != FX_NULL) in _fx_partition_offset_calculate() 217 if (partition_start != FX_NULL) in _fx_partition_offset_calculate() 223 if (partition_size != FX_NULL) in _fx_partition_offset_calculate() 424 if (partition_start != FX_NULL) in _fx_partition_offset_calculate_extended() 431 if (partition_size != FX_NULL) in _fx_partition_offset_calculate_extended() 466 if (partition_start != FX_NULL) in _fx_partition_offset_calculate_extended() 472 if (partition_size != FX_NULL) in _fx_partition_offset_calculate_extended() 562 if (partition_start != FX_NULL) in _fx_partition_offset_calculate_extended() 568 if (partition_size != FX_NULL) in _fx_partition_offset_calculate_extended()
|
D | fx_directory_short_name_get_extended.c | 96 status = _fx_directory_search(media_ptr, long_file_name, &dir_entry, FX_NULL, FX_NULL); in _fx_directory_short_name_get_extended() 126 short_file_name[i] = FX_NULL; in _fx_directory_short_name_get_extended() 152 short_file_name[i] = FX_NULL; in _fx_directory_short_name_get_extended()
|
D | fxe_unicode_file_create.c | 84 …if ((media_ptr == FX_NULL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || … in _fxe_unicode_file_create()
|
D | fxe_unicode_short_name_get.c | 85 …if ((media_ptr == FX_NULL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || … in _fxe_unicode_short_name_get()
|