Searched refs:fds1 (Results 1 – 2 of 2) sorted by relevance
86 int fds1[2]; in TEST_P() local88 ASSERT_EQ(0, pipe2(fds1, O_NONBLOCK)) << errno; in TEST_P()93 handle->data[0] = fds1[1]; in TEST_P()
185 int fds1[2]; in TEST_P() local187 ASSERT_EQ(0, pipe2(fds1, O_NONBLOCK)) << errno; in TEST_P()192 handle->data[0] = fds1[1]; in TEST_P()198 AssertStatusForMode(status, DumpstateStatus::OK, [&fds1, &fds2]() { in TEST_P()201 size_t read1 = read(fds1[0], &buff, 1); in TEST_P()