Lines Matching refs:fs_tell
103 zassert_equal(fs_tell(&file), 0U, in verify_hello()
110 zassert_equal(fs_tell(&file), TESTFS_BUFFER_SIZE, in verify_hello()
135 zassert_equal(fs_tell(&file), 0U, in seek_within_hello()
152 zassert_equal(fs_tell(&file), pos, in seek_within_hello()
159 zassert_equal(fs_tell(&file), stat.size, in seek_within_hello()
166 zassert_equal(fs_tell(&file), 0U, in seek_within_hello()
173 zassert_equal(fs_tell(&file), stat.size - pos, in seek_within_hello()
213 zassert_equal(fs_tell(&file), 0U, in truncate_hello()
220 zassert_equal(fs_tell(&file), 0U, in truncate_hello()
306 zassert_equal(fs_tell(&file), TESTFS_BUFFER_SIZE, in sync_goodbye()
318 zassert_equal(fs_tell(&file), TESTFS_BUFFER_SIZE, in sync_goodbye()