Home
last modified time | relevance | path

Searched refs:_fxe_directory_local_path_set (Results 1 – 4 of 4) sorted by relevance

/FileX-v6.4.1/common/src/
Dfxe_directory_local_path_set.c78 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/
Dfx_directory.h100 UINT _fxe_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa…
Dfx_api.h1306 #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/
Dfilextestcontrol.c5288 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()