Searched refs:test_unmount (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_mount.c | 76 static int test_unmount(void) in test_unmount() function 83 zassert_true(test_unmount() == TC_PASS); in test_fat_unmount() 89 zassert_false(test_unmount() == TC_PASS); in test_fat_mount() 93 zassert_true(test_unmount() == TC_PASS); in test_fat_mount()
|
D | test_fat_rd_only_mount.c | 29 static void test_unmount(void) in test_unmount() function 66 test_unmount(); in ZTEST()
|
/Zephyr-latest/tests/posix/xsi_realtime/src/ |
D | sync_io.c | 35 void test_unmount(void) in test_unmount() function 84 test_unmount(); in ZTEST() 102 test_unmount(); in ZTEST()
|
/Zephyr-latest/tests/posix/fs/src/ |
D | main.c | 9 ZTEST_SUITE(posix_fs_test, NULL, test_mount, NULL, NULL, test_unmount);
|
D | test_fs.h | 18 void test_unmount(void *unused);
|
D | test_fat_mount.c | 35 void test_unmount(void *unused) in test_unmount() function
|
D | test_fs_stat.c | 62 ZTEST_SUITE(posix_fs_stat_test, NULL, test_mount, before_fn, after_fn, test_unmount);
|
D | test_fs_dir.c | 116 test_unmount);
|
D | test_fs_file.c | 187 test_unmount);
|
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs_dir_file.c | 187 void test_unmount(void) in test_unmount() function 1100 test_unmount(); in ZTEST()
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 2551 static int test_unmount(void) in test_unmount() function 2670 zassert_equal(test_unmount(), TC_PASS, "Failed to unmount fs"); in setup_fs()
|