Searched refs:src_file (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | sys_sendfile_test.cpp | 27 TemporaryFile src_file; in TEST() local 28 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5))); in TEST() 34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST() 46 TemporaryFile src_file; in TEST() local 47 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5))); in TEST() 53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count); in TEST()
|