Searched refs:path_name_length_with_null_terminator (Results 1 – 2 of 2) sorted by relevance
83 UINT path_name_length_with_null_terminator; in _fx_directory_default_get_copy() local92 …path_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()
82 UINT path_name_length_with_null_terminator; in _fx_directory_local_path_get_copy() local95 …path_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()