Lines Matching refs:pipe
68 * @tc.desc : Splice move data from file to pipe success.
81 // move common fd data to pipe success.
82 ret = pipe(pipeFd);
100 * @tc.desc : Splice move pipe data to file success.
114 // move common fd data to pipe success.
115 ret = pipe(pipeFd);
149 ret = pipe(pipeFd);
173 * @tc.desc : Splice neither fds refer to a pipe return failed, errno EINVAL.
211 ret = pipe(pipeFd);
241 ret = pipe(pipeFd);
259 * @tc.desc : Splice fdIn and fdOut from the same pipe failed, errno EINVAL.
269 ret = pipe(pipeFd);