Home
last modified time | relevance | path

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

/hardware/interfaces/dumpstate/1.0/vts/functional/
DVtsHalDumpstateV1_0TargetTest.cpp86 int fds1[2]; in TEST_P() local
88 ASSERT_EQ(0, pipe2(fds1, O_NONBLOCK)) << errno; in TEST_P()
93 handle->data[0] = fds1[1]; in TEST_P()
/hardware/interfaces/dumpstate/1.1/vts/functional/
DVtsHalDumpstateV1_1TargetTest.cpp179 int fds1[2]; in __anonadf40d7a0602() local
181 ASSERT_EQ(0, pipe2(fds1, O_NONBLOCK)) << errno; in __anonadf40d7a0602()
186 handle->data[0] = fds1[1]; in __anonadf40d7a0602()
192 AssertStatusForMode(mode, status, DumpstateStatus::OK, [&fds1, &fds2]() { in __anonadf40d7a0602()
195 size_t read1 = read(fds1[0], &buff, 1); in __anonadf40d7a0602()