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

  /system/core/adb/
services.c 344 int ret_fd; local
356 ret_fd = create_subproc_pty(SHELL_COMMAND, arg0, arg1, &pid);
359 ret_fd = create_subproc_raw(SHELL_COMMAND, arg0, arg1, &pid);
365 D("create_subproc ret_fd=%d pid=%d\n", ret_fd, pid);
371 sti->fd = ret_fd;
375 adb_close(ret_fd);
380 D("service thread started, fd=%d pid=%d\n", ret_fd, pid);
381 return ret_fd;
  /external/ppp/pppd/
sys-linux.c 399 int ret_fd; local
431 ret_fd = generic_establish_ppp(tty_fd);
437 if (ret_fd >= 0) {
445 return ret_fd;
    [all...]

Completed in 55 milliseconds