Searched refs:TEST_FS_1 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_multi_fs.c | 16 .type = TEST_FS_1, 29 if (fs_register(TEST_FS_1, &temp_fs)) { in test_fs_init() 34 if (fs_register(TEST_FS_1, &temp_fs) != -EALREADY) { in test_fs_init() 78 if (fs_unregister(TEST_FS_1, NULL) == 0) { in test_fs_deinit() 82 if (fs_unregister(TEST_FS_1, &temp_fs)) { in test_fs_deinit()
|
D | test_fs.h | 26 #define TEST_FS_1 FS_FATFS macro
|
D | test_fs_mount_flags.c | 13 .type = TEST_FS_1,
|
D | test_fs_dir_file.c | 25 .type = TEST_FS_1, 1059 fs_register(TEST_FS_1, &temp_fs); in fs_api_setup() 1074 fs_unregister(TEST_FS_1, &temp_fs); in fs_api_teardown() 1098 fs_register(TEST_FS_1, &temp_fs); in ZTEST() 1101 fs_unregister(TEST_FS_1, &temp_fs); in ZTEST()
|