Home
last modified time | relevance | path

Searched refs:TEST_FS_1 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_multi_fs.c16 .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()
Dtest_fs.h26 #define TEST_FS_1 FS_FATFS macro
Dtest_fs_mount_flags.c13 .type = TEST_FS_1,
Dtest_fs_dir_file.c25 .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()