HomeSort by relevance Sort by last modified time
    Searched refs:echo_fd (Results 1 - 2 of 2) sorted by null

  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 157 int echo_fd; local
165 echo_fd = tipc_connect(dev_name, echo_name);
166 if (echo_fd < 0) {
176 if (echo_fd >= 0) {
177 tipc_close(echo_fd);
347 int echo_fd =-1; local
356 echo_fd = tipc_connect(dev_name, echo_name);
357 if (echo_fd < 0) {
359 return echo_fd;
371 rc = write(echo_fd, tx_buf, msg_len)
703 int echo_fd = -1; local
785 int echo_fd = -1; local
    [all...]
  /bionic/tests/
unistd_test.cpp 1405 int echo_fd = open(BIN_DIR "echo", O_RDONLY | O_CLOEXEC); local
    [all...]

Completed in 134 milliseconds