Searched refs:_fxe_directory_default_get_copy (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fxe_directory_default_get_copy.c | 76 UINT _fxe_directory_default_get_copy(FX_MEDIA *media_ptr, CHAR *return_path_name_buffer, UINT retu… in _fxe_directory_default_get_copy() function
|
/FileX-v6.2.1/common/inc/ |
D | fx_directory.h | 88 UINT _fxe_directory_default_get_copy(FX_MEDIA *media_ptr, CHAR *return_path_name_buffer, UINT retur…
|
D | fx_api.h | 1296 #define fx_directory_default_get_copy _fxe_directory_default_get_copy
|
/FileX-v6.2.1/test/regression_test/ |
D | filextestcontrol.c | 6106 status = _fxe_directory_default_get_copy(NULL, path_name_buffer, sizeof(path_name_buffer)); in tx_application_define() 6120 status = _fxe_directory_default_get_copy(&media_instance, NULL, sizeof(path_name_buffer)); in tx_application_define() 6134 …status = _fxe_directory_default_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buff… in tx_application_define() 6151 …status = _fxe_directory_default_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buff… in tx_application_define() 6170 …status = _fxe_directory_default_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buff… in tx_application_define()
|