Home
last modified time | relevance | path

Searched refs:temp_length (Results 1 – 3 of 3) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_unicode_file_create.c92 ULONG temp_length; in _fx_unicode_file_create() local
143 temp_length = source_unicode_length; in _fx_unicode_file_create()
146 …entry, destination_shortname, sizeof(destination_shortname), source_unicode_name, &temp_length, 0); in _fx_unicode_file_create()
Dfx_unicode_directory_create.c91 ULONG temp_length; in _fx_unicode_directory_create() local
142 temp_length = source_unicode_length; in _fx_unicode_directory_create()
145 …entry, destination_shortname, sizeof(destination_shortname), source_unicode_name, &temp_length, 0); in _fx_unicode_directory_create()
Dfx_unicode_directory_rename.c94 ULONG temp_length; in _fx_unicode_directory_rename() local
131 temp_length = new_unicode_length; in _fx_unicode_directory_rename() local
140 …entry, (UCHAR *)new_dir_short_name, sizeof(new_dir_short_name), new_unicode_name, &temp_length, 0); in _fx_unicode_directory_rename()