Searched refs:testfs_verify_incrementing (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_basic.c | 106 zassert_equal(testfs_verify_incrementing(&file, 0, TESTFS_BUFFER_SIZE), in verify_hello() 155 zassert_equal(testfs_verify_incrementing(&file, pos, TESTFS_BUFFER_SIZE), in seek_within_hello() 176 zassert_equal(testfs_verify_incrementing(&file, stat.size - pos, in seek_within_hello() 236 zassert_equal(testfs_verify_incrementing(&file, 0, 64), in truncate_hello() 358 zassert_equal(testfs_verify_incrementing(&file, 0, TESTFS_BUFFER_SIZE), in verify_goodbye()
|
D | test_fs_util.h | 164 int testfs_verify_incrementing(struct fs_file_t *fp,
|
D | test_fs_util.c | 185 int testfs_verify_incrementing(struct fs_file_t *fp, in testfs_verify_incrementing() function 308 rc = testfs_verify_incrementing(&file, cp->value, cp->size); in check_layout_entry()
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | testfs_ext_specific.c | 72 ret = testfs_verify_incrementing(&file, 0, bytes_to_write); in write_to_file() 104 ret = testfs_verify_incrementing(&file, 0, new_size); in truncate_file()
|