Home
last modified time | relevance | path

Searched refs:test_file_read (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_common.h16 int test_file_read(struct fs_file_t *filep, const char *test_str);
Dtest_fat_file.c31 zassert_true(test_file_read(&test_file, test_str) == TC_PASS); in test_fat_read()
Dtest_littlefs_file.c31 zassert_true(test_file_read(&test_file, test_str) == TC_PASS); in test_littlefs_read()
Dtest_common_file.c73 int test_file_read(struct fs_file_t *filep, const char *test_str) in test_file_read() function
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_file.c93 static int test_file_read(void) in test_file_read() function
312 zassert_true(test_file_read() == TC_PASS); in ZTEST()
321 zassert_true(test_file_read() == TC_PASS); in ZTEST()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file.c92 static int test_file_read(void) in test_file_read() function
277 zassert_true(test_file_read() == TC_PASS); in test_fat_file()
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_file.c63 static int test_file_read(void) in test_file_read() function
261 zassert_true(test_file_read() == TC_PASS); in ZTEST()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c675 void test_file_read(void) in test_file_read() function
1090 test_file_read(); in ZTEST()