Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfxe_unicode_short_name_get.c77 UINT _fxe_unicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_uni… in _fxe_unicode_short_name_get() function
/FileX-v6.2.1/common/inc/
Dfx_unicode.h92 UINT _fxe_unicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unic…
Dfx_api.h1371 #define fx_unicode_short_name_get _fxe_unicode_short_name_get
/FileX-v6.2.1/test/regression_test/
Dfilextestcontrol.c2738 status = _fxe_unicode_short_name_get(&media_instance, FX_NULL, 0, FX_NULL); in tx_application_define()
2752 status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 0, FX_NULL); in tx_application_define()
2766 status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, FX_NULL); in tx_application_define()
2780 … status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, "DESTINATION"); in tx_application_define()
2881 … status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, "DESTINATION"); in tx_application_define()
2913 … status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, "DESTINATION"); in tx_application_define()