Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_unicode_directory_entry_read.c271 destination_ptr -> fx_dir_entry_long_name_shorted = 0; in _fx_unicode_directory_entry_read()
308 destination_ptr -> fx_dir_entry_long_name_shorted = (UINT)(*read_ptr & (UCHAR)0x1f); in _fx_unicode_directory_entry_read()
379 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_unicode_directory_entry_read()
402 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_unicode_directory_entry_read()
Dfx_directory_entry_read.c278 destination_ptr -> fx_dir_entry_long_name_shorted = 0; in _fx_directory_entry_read()
303 destination_ptr -> fx_dir_entry_long_name_shorted = (UINT)(*read_ptr & (UCHAR)0x1f); in _fx_directory_entry_read()
364 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_directory_entry_read()
386 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_directory_entry_read()
Dfx_directory_entry_write.c796 if (entry_ptr -> fx_dir_entry_long_name_shorted > 0) in _fx_directory_entry_write()
800 if ((UCHAR)(0x40 | entry_ptr -> fx_dir_entry_long_name_shorted) == (UCHAR)(*work_ptr)) in _fx_directory_entry_write()
804 for (j = 0; j < entry_ptr -> fx_dir_entry_long_name_shorted; j++) in _fx_directory_entry_write()
/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_directory_entry_change_test.c143 entry_ptr->fx_dir_entry_long_name_shorted = 0; in ftest_0_entry()
197 entry_ptr->fx_dir_entry_long_name_shorted = 0; in ftest_0_entry()
Dfilex_fault_tolerant_enable_3_test.c893 dir_entry.fx_dir_entry_long_name_shorted = 1; in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h709 …UINT fx_dir_entry_long_name_shorted; /* LFN too large, file nam… member