Searched refs:fds2 (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/dumpstate/1.0/vts/functional/ |
D | VtsHalDumpstateV1_0TargetTest.cpp | 87 int fds2[2]; in TEST_P() local 89 ASSERT_EQ(0, pipe2(fds2, O_NONBLOCK)) << errno; in TEST_P() 94 handle->data[1] = fds2[1]; in TEST_P()
|
/hardware/interfaces/dumpstate/1.1/vts/functional/ |
D | VtsHalDumpstateV1_1TargetTest.cpp | 180 int fds2[2]; in __anonadf40d7a0602() local 182 ASSERT_EQ(0, pipe2(fds2, O_NONBLOCK)) << errno; in __anonadf40d7a0602() 187 handle->data[1] = fds2[1]; in __anonadf40d7a0602() 192 AssertStatusForMode(mode, status, DumpstateStatus::OK, [&fds1, &fds2]() { in __anonadf40d7a0602() 196 size_t read2 = read(fds2[0], &buff, 1); in __anonadf40d7a0602()
|