Home
last modified time | relevance | path

Searched refs:fd1 (Results 1 – 7 of 7) sorted by relevance

/external/qemu/android/utils/
Dtimezone.c178 int fd1, fd2, result = 0; in compare_timezone_to_localtime() local
192 fd1 = open( scan->localtime, O_RDONLY ); in compare_timezone_to_localtime()
193 if (fd1 < 0) { in compare_timezone_to_localtime()
200 close(fd1); in compare_timezone_to_localtime()
210 do { ret = read(fd1, &temp[0], 1); } while (ret < 0 && errno == EINTR); in compare_timezone_to_localtime()
227 close(fd1); in compare_timezone_to_localtime()
/external/qemu/
Dsockets.h365 int socket_pair(int *fd1, int *fd2);
Dsockets.c1414 socket_pair(int *fd1, int *fd2) in socket_pair() argument
1423 *fd1 = fds[0]; in socket_pair()
1474 *fd1 = s1; in socket_pair()
/external/dbus/dbus/
Ddbus-sysdeps.h359 dbus_bool_t _dbus_full_duplex_pipe (int *fd1,
Ddbus-sysdeps-unix.c2284 _dbus_full_duplex_pipe (int *fd1, in _dbus_full_duplex_pipe() argument
2314 *fd1 = fds[0]; in _dbus_full_duplex_pipe()
2318 *fd1, *fd2); in _dbus_full_duplex_pipe()
/external/bluetooth/glib/glib/
Dgtestutils.c1520 sane_dup2 (int fd1, in sane_dup2() argument
1525 ret = dup2 (fd1, fd2); in sane_dup2()
/external/grub/
DChangeLog8390 * grub/asmstub.c (grub_stage2) [__linux__]: Don't use /dev/fd1.