Searched refs:_fxe_file_attributes_set (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.4.1/common/src/ |
D | fxe_file_attributes_set.c | 75 UINT _fxe_file_attributes_set(FX_MEDIA *media_ptr, CHAR *file_name, UINT attributes) in _fxe_file_attributes_set() function
|
/FileX-v6.4.1/common/inc/ |
D | fx_file.h | 99 UINT _fxe_file_attributes_set(FX_MEDIA *media_ptr, CHAR *file_name, UINT attributes);
|
D | fx_api.h | 1320 #define fx_file_attributes_set _fxe_file_attributes_set
|
/FileX-v6.4.1/test/regression_test/ |
D | filextestcontrol.c | 4410 status = _fxe_file_attributes_set(&media_instance, "TEST.TXT", FX_READ_ONLY); in tx_application_define() 4427 status = _fxe_file_attributes_set(&media_instance, "TEST.TXT", FX_READ_ONLY); in tx_application_define() 4446 status = _fxe_file_attributes_set(&media_instance, "TEST.TXT", FX_READ_ONLY); in tx_application_define()
|