Home
last modified time | relevance | path

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

/hardware/interfaces/dumpstate/1.1/vts/functional/
DVtsHalDumpstateV1_1TargetTest.cpp202 size_t read2 = read(fds2[0], &buff, 1); in TEST_P() local
204 ASSERT_TRUE(read1 == 1 || read2 == 1) << "Dumped nothing"; in TEST_P()