Home
last modified time | relevance | path

Searched refs:path_name_buffer (Results 1 – 3 of 3) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_directory_local_path_test.c335 CHAR path_name_buffer[32]; in ftest_0_entry() local
589 fx_directory_local_path_get_copy(&ram_disk, path_name_buffer, sizeof(path_name_buffer)); in ftest_0_entry()
590 if (strcmp(path_name_buffer, "/RootDir03")) in ftest_0_entry()
Dfilextestcontrol.c6100 CHAR path_name_buffer[32]; in tx_application_define() local
6106 status = _fxe_directory_default_get_copy(NULL, path_name_buffer, sizeof(path_name_buffer)); in tx_application_define()
6120 status = _fxe_directory_default_get_copy(&media_instance, NULL, sizeof(path_name_buffer)); in tx_application_define()
6134 …tus = _fxe_directory_default_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buffer)… in tx_application_define()
6151 …tus = _fxe_directory_default_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buffer)… in tx_application_define()
6170 …tus = _fxe_directory_default_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buffer)… in tx_application_define()
6196 status = _fxe_directory_local_path_get_copy(NULL, path_name_buffer, sizeof(path_name_buffer)); in tx_application_define()
6210 status = _fxe_directory_local_path_get_copy(&media_instance, NULL, sizeof(path_name_buffer)); in tx_application_define()
6224 … = _fxe_directory_local_path_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buffer)… in tx_application_define()
6241 … = _fxe_directory_local_path_get_copy(&media_instance, path_name_buffer, sizeof(path_name_buffer)… in tx_application_define()
[all …]
Dfilex_directory_default_path_get_set_test.c91 CHAR path_name_buffer[32]; in ftest_0_entry() local
365 status += fx_directory_default_get_copy(&ram_disk, path_name_buffer, sizeof(path_name_buffer)); in ftest_0_entry()
376 if (strcmp(path_name_buffer, "/I0")) in ftest_0_entry()
1242 path_name_buffer[0] = 'A'; in ftest_0_entry()
1243 …status = _fx_directory_local_path_get_copy(&ram_disk, path_name_buffer, sizeof(path_name_buffer)); in ftest_0_entry()
1244 status += strcmp(&path_name_buffer[0], "\0"); in ftest_0_entry()