Home
last modified time | relevance | path

Searched refs:test_file_write (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_file.c31 int test_file_write(void) in test_file_write() function
248 zassert_true(test_file_write() == TC_PASS); in ZTEST()
260 zassert_true(test_file_write() == TC_PASS); in ZTEST()
273 zassert_true(test_file_write() == TC_PASS); in ZTEST()
287 zassert_true(test_file_write() == TC_PASS); in ZTEST()
303 zassert_true(test_file_write() == TC_PASS); in ZTEST()
351 zassert_ok(test_file_write()); in ZTEST()
Dtest_fs_dir.c16 extern int test_file_write(void);
41 res = test_file_write(); in test_mkdir()
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_file.c40 int test_file_write(void) in test_file_write() function
166 res = test_file_write(); in test_file_truncate()
310 zassert_true(test_file_write() == TC_PASS); in ZTEST()
319 zassert_true(test_file_write() == TC_PASS); in ZTEST()
Dtest_fat_dir.c16 extern int test_file_write(void);
49 res = test_file_write(); in test_mkdir()
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_common.h15 int test_file_write(struct fs_file_t *filep, const char *str);
Dtest_fat_file.c25 zassert_true(test_file_write(&test_file, test_str) == TC_PASS, in test_fat_write()
Dtest_littlefs_file.c25 zassert_true(test_file_write(&test_file, test_str) == TC_PASS, in test_littlefs_write()
Dtest_common_file.c36 int test_file_write(struct fs_file_t *filep, const char *test_str) in test_file_write() function
Dtest_common_dir.c54 res = test_file_write(&filep, "NOTHING"); in test_mkdir()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file.c39 int test_file_write(void) in test_file_write() function
159 res = test_file_write(); in test_file_truncate()
275 zassert_true(test_file_write() == TC_PASS); in test_fat_file()
Dtest_fat_dir.c11 extern int test_file_write(void);
44 res = test_file_write(); in test_mkdir()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c592 void test_file_write(void) in test_file_write() function
1089 test_file_write(); in ZTEST()