Home
last modified time | relevance | path

Searched refs:c (Results 1 – 8 of 8) sorted by relevance

/FileX-v6.2.1/test/cmake/regression/
DCMakeLists.txt9 ${SOURCE_DIR}/filex_directory_attributes_read_set_test.c
10 ${SOURCE_DIR}/filex_directory_create_delete_test.c
11 ${SOURCE_DIR}/filex_directory_default_path_get_set_test.c
12 ${SOURCE_DIR}/filex_directory_duplicate_entries_test.c
13 ${SOURCE_DIR}/filex_directory_first_next_find_test.c
14 ${SOURCE_DIR}/filex_directory_local_path_test.c
15 ${SOURCE_DIR}/filex_directory_long_short_get_test.c
16 ${SOURCE_DIR}/filex_directory_naming_test.c
17 ${SOURCE_DIR}/filex_directory_rename_test.c
18 ${SOURCE_DIR}/filex_fault_tolerant_corrupted_log_file_test.c
[all …]
/FileX-v6.2.1/common/
DCMakeLists.txt3 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_attributes_read.c
4 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_attributes_set.c
5 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_create.c
6 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_default_get.c
7 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_default_get_copy.c
8 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_default_set.c
9 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_delete.c
10 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_entry_read.c
11 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_entry_write.c
12 ${CMAKE_CURRENT_LIST_DIR}/src/fx_directory_first_entry_find.c
[all …]
/FileX-v6.2.1/docs/
Drevision_history.txt13 fx_directory_exFAT_free_search.c
14 fx_directory_exFAT_unicode_entry_write.c
15 fx_directory_long_name_get.c
16 fx_directory_long_name_get_extended.c
17 fx_directory_short_name_get.c
18 fx_directory_short_name_get_extended.c
20 fx_media_volume_get.c
21 fx_media_volume_get_extended.c
22 fx_system_initialize.c
24 fx_utility_absolute_path_get.c
[all …]
/FileX-v6.2.1/
D.gitattributes5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0
27 *.c our-c-style
28 *.cc our-c-style
29 *.cpp our-c-style
30 *.cu our-c-style
31 *.cxx our-c-style
32 *.h our-c-style
33 *.hh our-c-style
34 *.hpp our-c-style
35 *.hxx our-c-style
[all …]
DLICENSE.txt3 Copyright (c) 2024 - present Microsoft Corporation
/FileX-v6.2.1/test/cmake/samples/
DCMakeLists.txt9 ${SOURCE_DIR}/demo_filex.c)
14 ${CMAKE_CURRENT_LIST_DIR}/../../regression_test/fx_ram_driver_test.c)
/FileX-v6.2.1/cmake/
Darm-none-eabi.cmake18 … ${SPEC_FLAGS} -fdata-sections -ffunction-sections -mlong-calls" CACHE INTERNAL "c compiler flags")
23 SET(CMAKE_C_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "c debug compiler flags")
27 SET(CMAKE_C_FLAGS_RELEASE "-O3" CACHE INTERNAL "c release compiler flags")
/FileX-v6.2.1/common/inc/
Dfx_api.h353 …fine FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h) _fx_trace_event_insert((ULONG)i, (ULONG)a, (U… argument
354 …PDATE(e, t, i, a, b, c, d) _fx_trace_event_update((TX_TRACE_BUFFER_ENTRY *)e, (ULONG)t, (ULON… argument
369 #define FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h)
370 #define FX_TRACE_EVENT_UPDATE(e, t, i, a, b, c, d)