Searched defs:test_sparse_write_one (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-util.c1484 static void test_sparse_write_one(int fd, const char *buffer, size_t n) { function
1513 test_sparse_write_one(fd, test_a, sizeof(test_a));
1514 test_sparse_write_one(fd, test_b, sizeof(test_b));
1515 test_sparse_write_one(fd, test_c, sizeof(test_c));
1516 test_sparse_write_one(fd, test_d, sizeof(test_d));
1517 test_sparse_write_one(fd, test_e, sizeof(test_e));

Completed in 15 milliseconds