Home
last modified time | relevance | path

Searched refs:fx_path_name_buffer (Results 1 – 5 of 5) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_directory_default_set.c232 path_ptr -> fx_path_name_buffer[i] = dir_entry.fx_dir_entry_name[i]; in _fx_directory_default_set()
236 path_ptr -> fx_path_directory.fx_dir_entry_name = path_ptr -> fx_path_name_buffer; in _fx_directory_default_set()
399 path_ptr -> fx_path_name_buffer[0] = (CHAR)0; in _fx_directory_default_set()
408 path_ptr -> fx_path_name_buffer[i] = dir_entry.fx_dir_entry_name[i]; in _fx_directory_default_set()
412 path_ptr -> fx_path_directory.fx_dir_entry_name = path_ptr -> fx_path_name_buffer; in _fx_directory_default_set()
Dfx_directory_local_path_set.c107 local_path_ptr -> fx_path_directory.fx_dir_entry_name = local_path_ptr -> fx_path_name_buffer; in _fx_directory_local_path_set()
281 … local_path_ptr -> fx_path_directory.fx_dir_entry_name = local_path_ptr -> fx_path_name_buffer; in _fx_directory_local_path_set()
422 local_path_ptr -> fx_path_name_buffer[0] = (CHAR)0; in _fx_directory_local_path_set()
429 … local_path_ptr -> fx_path_directory.fx_dir_entry_name = local_path_ptr -> fx_path_name_buffer; in _fx_directory_local_path_set()
Dfx_media_open.c914 media_ptr -> fx_media_default_path.fx_path_name_buffer;
/FileX-v6.4.1/test/regression_test/
Dfilex_directory_create_delete_test.c2735 … ram_disk.fx_media_last_found_name[i] = ram_disk.fx_media_default_path.fx_path_name_buffer[i]; in ftest_0_entry()
2745 ram_disk.fx_media_default_path.fx_path_name_buffer[0] = 0; in ftest_0_entry()
2758 ram_disk.fx_media_default_path.fx_path_name_buffer[0] = 0; in ftest_0_entry()
/FileX-v6.4.1/common/inc/
Dfx_api.h743 CHAR fx_path_name_buffer[FX_MAX_LONG_NAME_LEN]; member