Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29374/
Dpoc.cpp43 int pipe_fds[2]; in child_fn() local
44 SYSCHK(pipe(pipe_fds)); in child_fn()
46 SYSCHK(vmsplice(pipe_fds[1], &iov, 1, 0)); in child_fn()
50 SYSCHK(read(pipe_fds[0], buf, 0x1000)); in child_fn()