Searched refs:FX_DIRECTORY (Results 1 – 21 of 21) sorted by relevance
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()
89 if ((INT)attributes & ~(FX_DIRECTORY | FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE)) in _fxe_directory_attributes_set()
126 if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)FX_DIRECTORY)) in _fx_directory_name_test()
133 if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0) in _fx_directory_attributes_read()
112 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_attributes_read()
117 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_attributes_set()
129 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()
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()
168 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_delete()
157 if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY))) in _fx_directory_local_path_set()
145 if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY))) in _fx_directory_default_set()
179 if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY))) in _fx_directory_delete()
209 if (!(old_dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY))) in _fx_directory_rename()
212 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_rename()
355 dir_entry.fx_dir_entry_attributes = FX_DIRECTORY; in _fx_directory_create()
757 if (entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY) in _fx_directory_search()
215 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()
243 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()
204 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()
613 …status = fx_directory_attributes_set( &ram_disk, "dev", FX_DIRECTORY | FX_ARCHIVE | FX_SYSTEM | FX… in ftest_0_entry()
485 #define FX_DIRECTORY 0x10 macro