Home
last modified time | relevance | path

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

/test/xts/hats/kernel/syscalls/fileio/writev/
H A DWritevApiTest.cpp56 static const int VEC_LEN = 2; variable
75 struct iovec vec[VEC_LEN]; in HWTEST_F()
93 ret = writev(fd, vec, VEC_LEN); in HWTEST_F()
121 struct iovec vec[VEC_LEN]; in HWTEST_F()
138 ret = writev(pipefd[1], vec, VEC_LEN); in HWTEST_F()
166 struct iovec vec[VEC_LEN]; in HWTEST_F()
205 struct iovec vec[VEC_LEN]; in HWTEST_F()
220 ret = writev(fd, vec, VEC_LEN); in HWTEST_F()
239 struct iovec vec[VEC_LEN]; in HWTEST_F()
255 ret = writev(fd, vec, VEC_LEN); in HWTEST_F()
[all...]

Completed in 1 milliseconds