Searched refs:fx_file_attributes_read (Results 1 – 7 of 7) sorted by relevance
/FileX-v6.2.1/test/regression_test/ |
D | filex_file_attributes_read_set_test.c | 130 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry() 168 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry() 185 status += fx_file_attributes_read(&ram_disk, "NOT_A_FILE", &attributes); in ftest_0_entry() 238 status = fx_file_attributes_read(FX_NULL, "filename", FX_NULL); in ftest_0_entry() 251 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry() 289 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry()
|
D | filex_fault_tolerant_file_attributes_set_directory_interrupt_test.c | 243 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry() 301 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry()
|
D | filex_fault_tolerant_file_attributes_set_redo_log_interrupt_test.c | 243 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry() 301 status = fx_file_attributes_read(&ram_disk, "TEST.TXT", &attributes); in ftest_0_entry()
|
D | filex_file_create_delete_test.c | 225 status = fx_file_attributes_read(&ram_disk, "rootname2", &temp_attr); in ftest_0_entry()
|
/FileX-v6.2.1/common/inc/ |
D | fx_api.h | 1223 #define fx_file_attributes_read _fx_file_attributes_read macro 1319 #define fx_file_attributes_read _fxe_file_attributes_read macro 1422 UINT fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);
|
/FileX-v6.2.1/common/ |
D | CMakeLists.txt | 51 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_attributes_read.c
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 304 fx_file_attributes_read.c
|