Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/tests/
Dcommand_processor_unittest.cpp449 const int their_fd = pipe_fds[1]; in TEST_F() local
454 command_buffer.data(), command_buffer.size(), their_fd)); in TEST_F()
455 EXPECT_EQ(-1, close(their_fd)); in TEST_F()
466 const int their_fd = pipe_fds[1]; in TEST_F() local
469 command_buffer.data(), command_buffer.size(), their_fd)); in TEST_F()
470 EXPECT_EQ(-1, close(their_fd)); in TEST_F()