Searched refs:testfs_write_incrementing (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/subsys/fs/common/ | 
| D | test_fs_util.h | 146 int testfs_write_incrementing(struct fs_file_t *fp,
  | 
| D | test_fs_basic.c | 50 	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()
  | 
| D | test_fs_util.c | 155 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/ | 
| D | testfs_ext_specific.c | 52 	ret = testfs_write_incrementing(&file, 0, bytes_to_write);  in write_to_file()
  | 
| /Zephyr-latest/tests/subsys/fs/littlefs/src/ | 
| D | test_lfs_basic.c | 160 		rc = testfs_write_incrementing(file, 0, TESTFS_BUFFER_SIZE);  in num_files()
  |