Searched refs:_fxe_file_attributes_read (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fxe_file_attributes_read.c | 75 UINT _fxe_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr) in _fxe_file_attributes_read() function
|
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 98 UINT _fxe_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);
|
D | fx_api.h | 1319 #define fx_file_attributes_read _fxe_file_attributes_read
|
/FileX-v6.2.1/test/regression_test/ |
D | filextestcontrol.c | 4476 status = _fxe_file_attributes_read(&media_instance, "TEST.TXT", FX_NULL); in tx_application_define() 4490 status = _fxe_file_attributes_read(&media_instance, "TEST.TXT", &attributes); in tx_application_define() 4507 status = _fxe_file_attributes_read(&media_instance, "TEST.TXT", &attributes); in tx_application_define() 4526 status = _fxe_file_attributes_read(&media_instance, "TEST.TXT", &attributes); in tx_application_define()
|