Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/writev/
H A Dwritev07.c44 static void test_partially_valid_iovec(int initial_file_offset) in test_partially_valid_iovec() function
131 test_partially_valid_iovec(0); in test_writev()
132 test_partially_valid_iovec(CHUNK + 1); in test_writev()
133 test_partially_valid_iovec(getpagesize()); in test_writev()
134 test_partially_valid_iovec(getpagesize() + 1); in test_writev()