Searched refs:_fxe_directory_local_path_set (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.4.1/common/src/ |
D | fxe_directory_local_path_set.c | 78 UINT _fxe_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_p… in _fxe_directory_local_path_set() function
|
/FileX-v6.4.1/common/inc/ |
D | fx_directory.h | 100 UINT _fxe_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa…
|
D | fx_api.h | 1306 #define fx_directory_local_path_set(m, l, n) _fxe_directory_local_path_set(m, l, n, sizeof(FX_LOCA… 1407 UINT _fxe_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa…
|
/FileX-v6.4.1/test/regression_test/ |
D | filextestcontrol.c | 5288 status = _fxe_directory_local_path_set(&media_instance, FX_NULL, FX_NULL, 0); in tx_application_define() 5302 status = _fxe_directory_local_path_set(&media_instance, &local_path_instance, FX_NULL, 0); in tx_application_define()
|