Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_multi_fs.c22 .type = TEST_FS_2,
42 if (fs_register(TEST_FS_2, &temp_fs)) { in test_fs_init()
90 if (fs_unregister(TEST_FS_2, &temp_fs)) { in test_fs_deinit()
Dtest_fs_dir_file.c31 .type = TEST_FS_2,
46 .type = TEST_FS_2,
54 .type = TEST_FS_2,
62 .type = TEST_FS_2,
69 .type = TEST_FS_2,
77 .type = TEST_FS_2,
85 .type = TEST_FS_2,
145 fs_register(TEST_FS_2, &temp_fs); in test_mount()
168 fs_unregister(TEST_FS_2, &temp_fs); in test_mount()
170 fs_register(TEST_FS_2, &null_fs); in test_mount()
[all …]
Dtest_fs.h27 #define TEST_FS_2 FS_LITTLEFS macro