Home
last modified time | relevance | path

Searched refs:dst_file (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dsys_sendfile_test.cpp30 TemporaryFile dst_file; in TEST() local
34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST()
38 ASSERT_EQ(0, lseek(dst_file.fd, 0, SEEK_SET)); in TEST()
41 ASSERT_EQ(2, TEMP_FAILURE_RETRY(read(dst_file.fd, &buf, 2))); in TEST()
49 TemporaryFile dst_file; in TEST() local
53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count); in TEST()
57 ASSERT_EQ(0, lseek(dst_file.fd, 0, SEEK_SET)); in TEST()
60 ASSERT_EQ(2, TEMP_FAILURE_RETRY(read(dst_file.fd, &buf, 2))); in TEST()