Home
last modified time | relevance | path

Searched refs:attributes_ptr (Results 1 – 7 of 7) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_file_attributes_read.c75 UINT _fxe_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr) in _fxe_file_attributes_read() argument
81 if ((media_ptr == FX_NULL) || (attributes_ptr == FX_NULL)) in _fxe_file_attributes_read()
90 status = _fx_file_attributes_read(media_ptr, file_name, attributes_ptr); in _fxe_file_attributes_read()
Dfxe_directory_attributes_read.c75 …NT _fxe_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr) in _fxe_directory_attributes_read() argument
81 if ((media_ptr == FX_NULL) || (attributes_ptr == FX_NULL)) in _fxe_directory_attributes_read()
90 status = _fx_directory_attributes_read(media_ptr, directory_name, attributes_ptr); in _fxe_directory_attributes_read()
Dfx_directory_attributes_read.c80 UINT _fx_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr) in _fx_directory_attributes_read() argument
144 *attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes; in _fx_directory_attributes_read()
Dfx_file_attributes_read.c79 UINT _fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr) in _fx_file_attributes_read() argument
146 *attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes; in _fx_file_attributes_read()
/FileX-v6.2.1/common/inc/
Dfx_file.h62 UINT _fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);
98 UINT _fxe_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);
Dfx_directory.h55 UINT _fx_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr);
84 UINT _fxe_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr
Dfx_api.h1388 UINT fx_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr);
1422 UINT fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);