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

  /external/bluetooth/glib/tests/
spawn-test-win32-gui.c 45 int infd = atoi (__argv[2]); local
49 if (infd < 0 || outfd < 0)
71 if ((k = read (infd, &n, sizeof (n))) != sizeof (n))
82 if ((k = read (infd, buf, n)) != n)
  /external/elfutils/tests/
ecp.c 29 int infd = open (argv[1], O_RDONLY); local
30 if (infd == -1)
33 Elf *inelf = elf_begin (infd, ELF_C_READ, NULL);

Completed in 160 milliseconds