Home
last modified time | relevance | path

Searched refs:testfs_write_incrementing (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.h146 int testfs_write_incrementing(struct fs_file_t *fp,
Dtest_fs_basic.c50 zassert_equal(testfs_write_incrementing(&file, 0, TESTFS_BUFFER_SIZE), in create_write_hello()
302 zassert_equal(testfs_write_incrementing(&file, 0, TESTFS_BUFFER_SIZE), in sync_goodbye()
Dtest_fs_util.c155 int testfs_write_incrementing(struct fs_file_t *fp, in testfs_write_incrementing() function
244 rc = testfs_write_incrementing(&file, cp->value, cp->size); in testfs_build()
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_ext_specific.c52 ret = testfs_write_incrementing(&file, 0, bytes_to_write); in write_to_file()
/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtest_lfs_basic.c160 rc = testfs_write_incrementing(file, 0, TESTFS_BUFFER_SIZE); in num_files()