Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfxe_directory_local_path_set.c91 status = _fx_directory_local_path_set(media_ptr, local_path_ptr, new_path_name); in _fxe_directory_local_path_set()
Dfx_directory_local_path_set.c84 UINT _fx_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa… in _fx_directory_local_path_set() function
/FileX-v6.4.1/common/inc/
Dfx_directory.h73 UINT _fx_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pat…
Dfx_api.h1210 #define fx_directory_local_path_set _fx_directory_local_path_set
1405 UINT _fx_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pat…
/FileX-v6.4.1/test/regression_test/
Dfilex_directory_default_path_get_set_test.c907 status += _fx_directory_local_path_set(&ram_disk, &local_path, FX_NULL); in ftest_0_entry()