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

  /system/core/adb/
services.c 376 int ret_fd; local
379 ret_fd = create_subprocess(SHELL_COMMAND, "-c", name, &pid);
381 ret_fd = create_subprocess(SHELL_COMMAND, "-", 0, &pid);
383 D("create_subprocess() ret_fd=%d pid=%d\n", ret_fd, pid);
389 sti->fd = ret_fd;
393 adb_close(ret_fd);
398 D("service thread started, fd=%d pid=%d\n",ret_fd, pid);
399 return ret_fd;
  /external/ppp/pppd/
sys-linux.c 398 int ret_fd; local
430 ret_fd = generic_establish_ppp(tty_fd);
436 if (ret_fd >= 0) {
444 return ret_fd;
    [all...]

Completed in 800 milliseconds