Home
last modified time | relevance | path

Searched refs:FX_VOLUME (Results 1 – 9 of 9) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_file_attributes_read.c112 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_attributes_read()
Dfx_media_volume_set.c297 else if (dir_entry1.fx_dir_entry_attributes & FX_VOLUME) in _fx_media_volume_set()
382 work_ptr[11] = FX_VOLUME | FX_ARCHIVE; in _fx_media_volume_set()
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_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_file_delete.c168 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_delete()
Dfx_file_rename.c212 not_a_file_attr = FX_DIRECTORY | FX_VOLUME; in _fx_file_rename()
Dfx_directory_search.c631 if ((entry_ptr -> fx_dir_entry_attributes & FX_VOLUME)) in _fx_directory_search()
/FileX-v6.2.1/common/inc/
Dfx_api.h484 #define FX_VOLUME 0x08 macro
487 #define FX_LONG_NAME (FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_VOLUME)