Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_file.c77 static int test_file_sync(void) in test_file_sync() function
311 zassert_true(test_file_sync() == TC_PASS); in ZTEST()
320 zassert_true(test_file_sync() == TC_PASS); in ZTEST()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file.c76 static int test_file_sync(void) in test_file_sync() function
276 zassert_true(test_file_sync() == TC_PASS); in test_fat_file()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c665 ZTEST(fs_api_dir_file, test_file_sync) in ZTEST() argument