Home
last modified time | relevance | path

Searched refs:old_unicode_name (Results 1 – 6 of 6) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_unicode_file_rename.c79 UINT _fxe_unicode_file_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_lengt… in _fxe_unicode_file_rename() argument
87 if ((media_ptr == FX_NULL) || (old_unicode_name == FX_NULL) || (old_unicode_length == 0) || in _fxe_unicode_file_rename()
99 if ((old_unicode_name[i] == 0) && (old_unicode_name[i + 1] == 0)) in _fxe_unicode_file_rename()
115 status = _fx_unicode_file_rename(media_ptr, old_unicode_name, old_unicode_length, in _fxe_unicode_file_rename()
Dfxe_unicode_directory_rename.c80 UINT _fxe_unicode_directory_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode… in _fxe_unicode_directory_rename() argument
88 if ((media_ptr == FX_NULL) || (old_unicode_name == FX_NULL) || (old_unicode_length == 0) || in _fxe_unicode_directory_rename()
100 if ((old_unicode_name[i] == 0) && (old_unicode_name[i + 1] == 0)) in _fxe_unicode_directory_rename()
116 …status = _fx_unicode_directory_rename(media_ptr, old_unicode_name, old_unicode_length, new_unicod… in _fxe_unicode_directory_rename()
Dfx_unicode_file_rename.c91 UINT _fx_unicode_file_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_length, in _fx_unicode_file_rename() argument
119 …status = _fx_unicode_short_name_get(media_ptr, old_unicode_name, old_unicode_length, old_shortname… in _fx_unicode_file_rename()
156 alpha = (CHAR)old_unicode_name[i << 1]; in _fx_unicode_file_rename()
157 if ((alpha >= 'a') && (alpha <= 'z') && (old_unicode_name[(i << 1) + 1] == 0)) in _fx_unicode_file_rename()
180 alpha = (CHAR)old_unicode_name[(i << 1) + 1]; in _fx_unicode_file_rename()
Dfx_unicode_directory_rename.c88 UINT _fx_unicode_directory_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_… in _fx_unicode_directory_rename() argument
117 …status = _fx_unicode_short_name_get(media_ptr, old_unicode_name, old_unicode_length, &old_dir_shor… in _fx_unicode_directory_rename()
157 alpha = old_unicode_name[i * 2]; in _fx_unicode_directory_rename()
158 if ((alpha >= 'a') && (alpha <= 'z') && (old_unicode_name[i * 2 + 1] == 0)) in _fx_unicode_directory_rename()
181 alpha = old_unicode_name[i * 2 + 1]; in _fx_unicode_directory_rename()
/FileX-v6.2.1/common/inc/
Dfx_unicode.h63 UINT _fx_unicode_directory_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_…
73 UINT _fx_unicode_file_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_lengt…
82 UINT _fxe_unicode_directory_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_…
86 UINT _fxe_unicode_file_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_lengt…
Dfx_api.h1494 UCHAR *old_unicode_name, ULONG old_unicode_length,
1500 UINT fx_unicode_file_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_length,