Searched refs:test_for_content (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dseek_and_write_test.cpp16 test_for_content(int fd, off_t start, const char* contents, size_t length) function
118 test_for_content(fd, 100 * 1024, "---", 3);
120 test_for_content(fd, 200 * 1024, "+++", 3);

Completed in 84 milliseconds