Home
last modified time | relevance | path

Searched refs:fd1 (Results 1 – 10 of 10) 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/chromium/base/
Dfile_descriptor_shuffle_unittest.cc29 fd1(in_fd1), in Action()
35 other.fd1 == fd1 && in operator ==()
40 int fd1; member
/external/qemu/
Dsockets.h368 int socket_pair(int *fd1, int *fd2);
Dsockets.c1420 socket_pair(int *fd1, int *fd2) in socket_pair() argument
1429 *fd1 = fds[0]; in socket_pair()
1480 *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/chromium/net/tools/flip_server/
Dflip_in_mem_edsm_server.cc544 FileData* fd1 = GetFileData(string("GET_") + file_url); in UpdateHeaders() local
545 if (!fd1) { in UpdateHeaders()
549 string url = fd1->headers->GetHeader("X-Original-Url").as_string(); in UpdateHeaders()
550 string content_type = fd1->headers->GetHeader("Content-Type").as_string(); in UpdateHeaders()
/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.
/external/sqlite/dist/
Dsqlite3.c.orig22102 ** int fd1 = open("./file1", O_RDWR|O_CREAT, 0644);
22107 ** an exclusive lock on fd1, then try to get an exclusive lock
22109 ** fail since there was already a lock on the file due to fd1.