Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
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()
Dfxe_directory_attributes_set.c89 if ((INT)attributes & ~(FX_DIRECTORY | FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE)) in _fxe_directory_attributes_set()
Dfx_directory_name_test.c126 if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)FX_DIRECTORY)) in _fx_directory_name_test()
Dfx_directory_attributes_read.c133 if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0) in _fx_directory_attributes_read()
Dfx_file_attributes_read.c112 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_attributes_read()
Dfx_file_attributes_set.c117 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_attributes_set()
Dfx_file_open.c129 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_open()
134 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_open()
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_file_delete.c168 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_delete()
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_directory_delete.c179 if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY))) in _fx_directory_delete()
Dfx_directory_rename.c209 if (!(old_dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY))) in _fx_directory_rename()
Dfx_file_rename.c212 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_rename()
Dfx_directory_create.c355 dir_entry.fx_dir_entry_attributes = FX_DIRECTORY; in _fx_directory_create()
Dfx_directory_search.c757 if (entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY) in _fx_directory_search()
/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_directory_attributes_set_directory_interrupt_test.c215 return_if_fail( (status == FX_SUCCESS) && (attributes == FX_DIRECTORY)); in ftest_0_entry()
253 …(status == FX_SUCCESS) && (attributes == (FX_ARCHIVE | FX_READ_ONLY | FX_DIRECTORY | FX_SYSTEM | F… in ftest_0_entry()
295 …fx_directory_attributes_set(&ram_disk, "TEST_DIR", FX_DIRECTORY | FX_ARCHIVE | FX_SYSTEM | FX_READ… in ftest_1_entry()
Dfilex_fault_tolerant_directory_attributes_set_redo_log_interrupt_test.c243 if ((status != FX_SUCCESS) || (attributes != FX_DIRECTORY)) in ftest_0_entry()
301 if ((status != FX_SUCCESS) || (attributes != FX_DIRECTORY)) in ftest_0_entry()
353 …fx_directory_attributes_set(&ram_disk, "TEST_DIR", FX_DIRECTORY | FX_ARCHIVE | FX_SYSTEM | FX_READ… in ftest_1_entry()
Dfilex_directory_attributes_read_set_test.c204 if ((status != FX_SUCCESS) || (attributes != FX_DIRECTORY)) in ftest_0_entry()
274 …if ((status != FX_SUCCESS) || (attributes != (FX_ARCHIVE | FX_READ_ONLY | FX_DIRECTORY | FX_SYSTEM… in ftest_0_entry()
Dfilex_fault_tolerant_enable_3_test.c613 …status = fx_directory_attributes_set( &ram_disk, "dev", FX_DIRECTORY | FX_ARCHIVE | FX_SYSTEM | FX… in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h485 #define FX_DIRECTORY 0x10 macro