HomeSort by relevance Sort by last modified time
    Searched full:their_fd (Results 1 - 1 of 1) sorted by null

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

Completed in 310 milliseconds