Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfxe_directory_local_path_restore.c74 UINT _fxe_directory_local_path_restore(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr) in _fxe_directory_local_path_restore() function
/FileX-v6.4.1/common/inc/
Dfx_directory.h99 UINT _fxe_directory_local_path_restore(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr);
Dfx_api.h1305 #define fx_directory_local_path_restore _fxe_directory_local_path_restore
/FileX-v6.4.1/test/regression_test/
Dfilextestcontrol.c5328 status = _fxe_directory_local_path_restore(&media_instance, FX_NULL); in tx_application_define()