Home
last modified time | relevance | path

Searched refs:fx_path_string (Results 1 – 11 of 11) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_directory_local_path_set.c143 local_path_ptr -> fx_path_string[0] = (CHAR)0; in _fx_directory_local_path_set()
144 local_path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0; in _fx_directory_local_path_set()
170 path_string_ptr = &(local_path_ptr -> fx_path_string[0]); in _fx_directory_local_path_set()
201 local_path_ptr -> fx_path_string[i] = in _fx_directory_local_path_set()
202 … ((FX_LOCAL_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) -> fx_path_string[i]; in _fx_directory_local_path_set()
205 if (local_path_ptr -> fx_path_string[i] == 0) in _fx_directory_local_path_set()
232 local_path_ptr -> fx_path_string[i] = in _fx_directory_local_path_set()
233 media_ptr -> fx_media_default_path.fx_path_string[i]; in _fx_directory_local_path_set()
236 if (local_path_ptr -> fx_path_string[i] == 0) in _fx_directory_local_path_set()
258 if (path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] == '*') in _fx_directory_local_path_set()
[all …]
Dfx_directory_default_set.c125 path_string_ptr = &(media_ptr -> fx_media_default_path.fx_path_string[0]); in _fx_directory_default_set()
134 media_ptr -> fx_media_default_path.fx_path_string[0] = (CHAR) 0; in _fx_directory_default_set()
135 media_ptr -> fx_media_default_path.fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR) 0; in _fx_directory_default_set()
204 if (path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] == '*') in _fx_directory_default_set()
219 path_ptr -> fx_path_string[0] = (CHAR)0; in _fx_directory_default_set()
223 path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0; in _fx_directory_default_set()
304 if (path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] == '*') in _fx_directory_default_set()
306 path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0; in _fx_directory_default_set()
389 path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = '*'; in _fx_directory_default_set()
Dfx_directory_default_get.c97 *return_path_name = media_ptr -> fx_media_default_path.fx_path_string; in _fx_directory_default_get()
Dfx_directory_local_path_get.c111 …rn_path_name = ((FX_LOCAL_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) -> fx_path_string; in _fx_directory_local_path_get()
Dfx_directory_next_entry_find.c146 … path_string_ptr = ((FX_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) -> fx_path_string; in _fx_directory_next_entry_find()
174 path_string_ptr = media_ptr -> fx_media_default_path.fx_path_string; in _fx_directory_next_entry_find()
Dfx_directory_next_full_entry_find.c155 … path_string_ptr = ((FX_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) -> fx_path_string; in _fx_directory_next_full_entry_find()
183 path_string_ptr = media_ptr -> fx_media_default_path.fx_path_string; in _fx_directory_next_full_entry_find()
Dfx_directory_search.c169 … path_ptr = ((FX_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) -> fx_path_string; in _fx_directory_search()
193 path_ptr = media_ptr -> fx_media_default_path.fx_path_string; in _fx_directory_search()
Dfx_media_open.c917 media_ptr -> fx_media_default_path.fx_path_string[0] = (CHAR)0;
918 media_ptr -> fx_media_default_path.fx_path_string[FX_MAXIMUM_PATH - 1] = (CHAR)0;
/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_name_string_test.c154 … path_ptr = (UCHAR *)((FX_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) -> fx_path_string; in ftest_0_entry()
Dfilex_directory_default_path_get_set_test.c822 ram_disk.fx_media_default_path.fx_path_string[0] = '/'; in ftest_0_entry()
826 ram_disk.fx_media_default_path.fx_path_string[0] = ' '; in ftest_0_entry()
1129 local_path.fx_path_string[0] = '/'; in ftest_0_entry()
1133 local_path.fx_path_string[0] = ' '; in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h742 CHAR fx_path_string[FX_MAXIMUM_PATH]; member