Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_directory_attributes_read.c133 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()
Dfx_file_attributes_read.c135 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()
Dfx_directory_attributes_set.c146 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()
Dfx_directory_rename.c209 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()
Dfx_file_attributes_set.c151 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()
Dfx_file_rename.c215 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()
Dfx_file_create.c257 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()
Dfx_directory_name_test.c126 if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)FX_DIRECTORY)) in _fx_directory_name_test()
Dfx_file_delete.c171 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()
Dfx_directory_delete.c179 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()
Dfx_directory_information_get.c168 *attributes = dir_entry.fx_dir_entry_attributes; in _fx_directory_information_get()
Dfx_file_open.c184 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()
Dfx_directory_create.c355 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()
Dfx_media_check.c540 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()
Dfx_media_volume_get_extended.c144 …if ((dir_entry.fx_dir_entry_attributes & FX_VOLUME) && ((UCHAR)dir_entry.fx_dir_entry_name[0] != (… in _fx_media_volume_get_extended()
Dfx_directory_search.c631 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()
Dfx_directory_entry_write.c1035 *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()
Dfx_directory_local_path_set.c157 if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY))) in _fx_directory_local_path_set()
Dfx_directory_default_set.c145 if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY))) in _fx_directory_default_set()
Dfx_media_volume_set.c297 else if (dir_entry1.fx_dir_entry_attributes & FX_VOLUME) in _fx_media_volume_set()
Dfx_directory_next_full_entry_find.c328 *attributes = entry.fx_dir_entry_attributes; in _fx_directory_next_full_entry_find()
Dfx_unicode_directory_entry_read.c638 destination_ptr -> fx_dir_entry_attributes = *read_ptr++; in _fx_unicode_directory_entry_read()
Dfx_directory_entry_read.c610 destination_ptr -> fx_dir_entry_attributes = *read_ptr++; in _fx_directory_entry_read()
/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_directory_entry_change_test.c128 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/
Dfx_api.h710 …UCHAR fx_dir_entry_attributes; /* Directory entry attribu… member