Searched refs:FILL_SIZE (Results 1 – 1 of 1) sorted by relevance
16 #define FILL_SIZE 128 macro30 uint8_t filling[FILL_SIZE]; in create_file()32 while (size > FILL_SIZE) { in create_file()33 zassert_equal(FILL_SIZE, write(fh, filling, FILL_SIZE)); in create_file()34 size -= FILL_SIZE; in create_file()