Home
last modified time | relevance | path

Searched refs:TESTFS_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/tests/subsys/fs/common/
A Dtest_fs_basic.c51 TESTFS_BUFFER_SIZE, in create_write_hello()
81 zassert_equal(stat.size, TESTFS_BUFFER_SIZE, in create_write_hello()
107 TESTFS_BUFFER_SIZE, in verify_hello()
143 zassert_equal(stat.size, TESTFS_BUFFER_SIZE, in seek_within_hello()
156 TESTFS_BUFFER_SIZE - pos, in seek_within_hello()
177 TESTFS_BUFFER_SIZE), in seek_within_hello()
208 zassert_equal(stat.size, TESTFS_BUFFER_SIZE, in truncate_hello()
303 TESTFS_BUFFER_SIZE, in sync_goodbye()
326 zassert_equal(stat.size, TESTFS_BUFFER_SIZE, in sync_goodbye()
336 zassert_equal(stat.size, TESTFS_BUFFER_SIZE, in sync_goodbye()
[all …]
A Dtest_fs_util.c91 uint8_t buffer[TESTFS_BUFFER_SIZE]; in testfs_write_constant()
119 uint8_t buffer[TESTFS_BUFFER_SIZE]; in testfs_verify_constant()
159 uint8_t buffer[TESTFS_BUFFER_SIZE]; in testfs_write_incrementing()
189 uint8_t buffer[TESTFS_BUFFER_SIZE]; in testfs_verify_incrementing()
A Dtest_fs_util.h45 #define TESTFS_BUFFER_SIZE 64 macro
/tests/subsys/fs/littlefs/src/
A Dtest_lfs_basic.c148 rc = testfs_write_incrementing(file, 0, TESTFS_BUFFER_SIZE); in num_files()
149 zassert_equal(rc, TESTFS_BUFFER_SIZE, "write %s failed: %d", pstr, rc); in num_files()

Completed in 11 milliseconds