Home
last modified time | relevance | path

Searched refs:path_name_length_with_null_terminator (Results 1 – 2 of 2) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_directory_default_get_copy.c83 UINT path_name_length_with_null_terminator; in _fx_directory_default_get_copy() local
92path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_default_get_copy()
95 if (path_name_length_with_null_terminator <= return_path_name_buffer_size) in _fx_directory_default_get_copy()
99 …R *) return_path_name, (UCHAR *) return_path_name_buffer, path_name_length_with_null_terminator); … in _fx_directory_default_get_copy()
Dfx_directory_local_path_get_copy.c82 UINT path_name_length_with_null_terminator; in _fx_directory_local_path_get_copy() local
95path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_local_path_get_copy()
98 if (path_name_length_with_null_terminator <= return_path_name_buffer_size) in _fx_directory_local_path_get_copy()
102 …R *) return_path_name, (UCHAR *) return_path_name_buffer, path_name_length_with_null_terminator); … in _fx_directory_local_path_get_copy()