Home
last modified time | relevance | path

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

/io/
A Dtst-copy_file_range.c176 char *buffer = xmalloc (current_size); in short_copy() local
177 TEST_COMPARE (pread64 (outfd, buffer, current_size, 0), in short_copy()
179 TEST_VERIFY (memcmp (buffer, random_data + shift, current_size - 1) in short_copy()
181 free (buffer); in short_copy()

Completed in 3 milliseconds