Searched refs:return_path_name (Results 1 – 8 of 8) sorted by relevance
/FileX-v6.4.1/common/src/ |
D | fx_directory_local_path_get.c | 80 UINT _fx_directory_local_path_get(FX_MEDIA *media_ptr, CHAR **return_path_name) in _fx_directory_local_path_get() argument 100 FX_PARAMETER_NOT_USED(return_path_name); in _fx_directory_local_path_get() 111 …*return_path_name = ((FX_LOCAL_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) -> fx_path_s… in _fx_directory_local_path_get() 118 *return_path_name = FX_NULL; in _fx_directory_local_path_get() 122 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_DIRECTORY_LOCAL_PATH_GET, media_ptr, return_path_name, 0, 0, FX_T… in _fx_directory_local_path_get()
|
D | fx_directory_local_path_get_copy.c | 81 CHAR *return_path_name; in _fx_directory_local_path_get_copy() local 86 status = _fx_directory_local_path_get(media_ptr, &return_path_name); in _fx_directory_local_path_get_copy() 91 if (return_path_name != FX_NULL) in _fx_directory_local_path_get_copy() 95 …path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_local_path_get_copy() 102 …_fx_utility_memory_copy((UCHAR *) return_path_name, (UCHAR *) return_path_name_buffer, path_name_l… in _fx_directory_local_path_get_copy()
|
D | fx_directory_default_get_copy.c | 82 CHAR *return_path_name; in _fx_directory_default_get_copy() local 87 status = _fx_directory_default_get(media_ptr, &return_path_name); in _fx_directory_default_get_copy() 92 …path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_default_get_copy() 99 …_fx_utility_memory_copy((UCHAR *) return_path_name, (UCHAR *) return_path_name_buffer, path_name_l… in _fx_directory_default_get_copy()
|
D | fxe_directory_local_path_get.c | 74 UINT _fxe_directory_local_path_get(FX_MEDIA *media_ptr, CHAR **return_path_name) in _fxe_directory_local_path_get() argument 81 if ((media_ptr == FX_NULL) || (return_path_name == FX_NULL)) in _fxe_directory_local_path_get() 87 status = _fx_directory_local_path_get(media_ptr, return_path_name); in _fxe_directory_local_path_get()
|
D | fxe_directory_default_get.c | 75 UINT _fxe_directory_default_get(FX_MEDIA *media_ptr, CHAR **return_path_name) in _fxe_directory_default_get() argument 82 if ((media_ptr == FX_NULL) || (return_path_name == FX_NULL)) in _fxe_directory_default_get() 91 status = _fx_directory_default_get(media_ptr, return_path_name); in _fxe_directory_default_get()
|
D | fx_directory_default_get.c | 73 UINT _fx_directory_default_get(FX_MEDIA *media_ptr, CHAR **return_path_name) in _fx_directory_default_get() argument 91 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_DIRECTORY_DEFAULT_GET, media_ptr, return_path_name, 0, 0, FX_TRAC… in _fx_directory_default_get() 97 *return_path_name = media_ptr -> fx_media_default_path.fx_path_string; in _fx_directory_default_get()
|
/FileX-v6.4.1/common/inc/ |
D | fx_directory.h | 58 UINT _fx_directory_default_get(FX_MEDIA *media_ptr, CHAR **return_path_name); 70 UINT _fx_directory_local_path_get(FX_MEDIA *media_ptr, CHAR **return_path_name); 87 UINT _fxe_directory_default_get(FX_MEDIA *media_ptr, CHAR **return_path_name); 97 UINT _fxe_directory_local_path_get(FX_MEDIA *media_ptr, CHAR **return_path_name);
|
D | fx_api.h | 1391 UINT fx_directory_default_get(FX_MEDIA *media_ptr, CHAR **return_path_name); 1401 UINT fx_directory_local_path_get(FX_MEDIA *media_ptr, CHAR **return_path_name);
|