/FileX-v6.2.1/common/src/ |
D | fx_directory_attributes_read.c | 133 if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0) in _fx_directory_attributes_read() 144 *attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes; in _fx_directory_attributes_read() 147 …t, trace_timestamp, FX_TRACE_DIRECTORY_ATTRIBUTES_READ, 0, 0, dir_entry.fx_dir_entry_attributes, 0) in _fx_directory_attributes_read()
|
D | fx_file_attributes_read.c | 135 if (dir_entry.fx_dir_entry_attributes & not_a_file_attr) in _fx_file_attributes_read() 146 *attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes; in _fx_file_attributes_read() 149 …_event, trace_timestamp, FX_TRACE_FILE_ATTRIBUTES_READ, 0, 0, dir_entry.fx_dir_entry_attributes, 0) in _fx_file_attributes_read()
|
D | fx_directory_attributes_set.c | 146 if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0) in _fx_directory_attributes_set() 158 dir_entry.fx_dir_entry_attributes = (UCHAR)(attributes | FX_DIRECTORY); in _fx_directory_attributes_set()
|
D | fx_directory_rename.c | 209 if (!(old_dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY))) in _fx_directory_rename() 406 new_dir_entry.fx_dir_entry_attributes = old_dir_entry.fx_dir_entry_attributes; in _fx_directory_rename() 427 new_dir_entry.fx_dir_entry_attributes |= FX_HIDDEN; in _fx_directory_rename()
|
D | fx_file_attributes_set.c | 151 if (dir_entry.fx_dir_entry_attributes & not_a_file_attr) in _fx_file_attributes_set() 186 dir_entry.fx_dir_entry_attributes = (UCHAR)attributes; in _fx_file_attributes_set()
|
D | fx_file_rename.c | 215 if (old_dir_entry.fx_dir_entry_attributes & not_a_file_attr) in _fx_file_rename() 413 new_dir_entry.fx_dir_entry_attributes = old_dir_entry.fx_dir_entry_attributes; in _fx_file_rename() 434 new_dir_entry.fx_dir_entry_attributes |= FX_HIDDEN; in _fx_file_rename()
|
D | fx_file_create.c | 257 dir_entry.fx_dir_entry_attributes = FX_ARCHIVE; in _fx_file_create() 271 dir_entry.fx_dir_entry_attributes |= FX_HIDDEN; in _fx_file_create()
|
D | fx_directory_name_test.c | 126 if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)FX_DIRECTORY)) in _fx_directory_name_test()
|
D | fx_file_delete.c | 171 if (dir_entry.fx_dir_entry_attributes & not_a_file_attr) in _fx_file_delete() 186 if (dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY)) in _fx_file_delete()
|
D | fx_directory_delete.c | 179 if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY))) in _fx_directory_delete() 194 if (dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY)) in _fx_directory_delete()
|
D | fx_directory_information_get.c | 168 *attributes = dir_entry.fx_dir_entry_attributes; in _fx_directory_information_get()
|
D | fx_file_open.c | 184 if (file_ptr -> fx_file_dir_entry.fx_dir_entry_attributes & not_a_file_attr) in _fx_file_open() 245 if (file_ptr -> fx_file_dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY)) in _fx_file_open()
|
D | fx_directory_create.c | 355 dir_entry.fx_dir_entry_attributes = FX_DIRECTORY; in _fx_directory_create() 370 dir_entry.fx_dir_entry_attributes |= FX_HIDDEN; in _fx_directory_create()
|
D | fx_media_check.c | 540 if ((dir_entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY) in _fx_media_check() 579 if (dir_entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY) in _fx_media_check()
|
D | fx_media_volume_get_extended.c | 144 …if ((dir_entry.fx_dir_entry_attributes & FX_VOLUME) && ((UCHAR)dir_entry.fx_dir_entry_name[0] != (… in _fx_media_volume_get_extended()
|
D | fx_directory_search.c | 631 if ((entry_ptr -> fx_dir_entry_attributes & FX_VOLUME)) in _fx_directory_search() 757 if (entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY) in _fx_directory_search()
|
D | fx_directory_entry_write.c | 1035 *work_ptr++ = entry_ptr -> fx_dir_entry_attributes; in _fx_directory_entry_write() 1137 …media_ptr -> fx_media_last_found_entry.fx_dir_entry_attributes = entry_ptr -> fx_dir_entry_at… in _fx_directory_entry_write()
|
D | fx_directory_local_path_set.c | 157 if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY))) in _fx_directory_local_path_set()
|
D | fx_directory_default_set.c | 145 if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY))) in _fx_directory_default_set()
|
D | fx_media_volume_set.c | 297 else if (dir_entry1.fx_dir_entry_attributes & FX_VOLUME) in _fx_media_volume_set()
|
D | fx_directory_next_full_entry_find.c | 328 *attributes = entry.fx_dir_entry_attributes; in _fx_directory_next_full_entry_find()
|
D | fx_unicode_directory_entry_read.c | 638 destination_ptr -> fx_dir_entry_attributes = *read_ptr++; in _fx_unicode_directory_entry_read()
|
D | fx_directory_entry_read.c | 610 destination_ptr -> fx_dir_entry_attributes = *read_ptr++; in _fx_directory_entry_read()
|
/FileX-v6.2.1/test/regression_test/ |
D | filex_unicode_directory_entry_change_test.c | 128 entry_ptr->fx_dir_entry_attributes = 16; in ftest_0_entry() 182 entry_ptr->fx_dir_entry_attributes = 16; in ftest_0_entry()
|
/FileX-v6.2.1/common/inc/ |
D | fx_api.h | 710 …UCHAR fx_dir_entry_attributes; /* Directory entry attribu… member
|