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

  /system/core/toolbox/
cmp.c 12 int fd1, fd2; local
49 fd1 = open(argv[optind], O_RDONLY);
50 if(fd1 < 0) {
62 res1 = read(fd1, &buf1, sizeof(buf1));
newfs_msdos.c 272 int ch, fd, fd1; local
496 fd1 = -1;
504 if ((fd1 = open(bname, O_RDONLY)) == -1 || fstat(fd1, &sb))
628 if (!x && lseek(fd1, opt_ofs, SEEK_SET))
632 if ((n = read(fd1, img, bpb.bps)) == -1)
  /external/qemu/android/utils/
timezone.c 178 int fd1, fd2, result = 0; local
192 fd1 = open( scan->localtime, O_RDONLY );
193 if (fd1 < 0) {
200 close(fd1);
210 do { ret = read(fd1, &temp[0], 1); } while (ret < 0 && errno == EINTR);
227 close(fd1);
  /external/chromium/base/
file_descriptor_shuffle_unittest.cc 29 fd1(in_fd1),
35 other.fd1 == fd1 &&
40 int fd1; member in struct:Action
  /system/core/init/
builtins.c 460 int fd1 = -1, fd2 = -1; local
471 if ((fd1 = open(args[1], O_RDONLY)) < 0)
483 rc = read(fd1, p, brtr);
511 if (fd1 >= 0)
512 close(fd1);
  /system/bluetooth/tools/
asocket_test.c 610 int fd1, fd2; local
616 fd1 = _socket(type);
617 if (fd1 < 0) goto error;
619 if (_bind(fd1, type) < 0) goto error;
621 if (_listen(fd1, type) < 0) goto error;
623 a1.fd = fd1;
socktest.c 682 int fd1, fd2; local
688 fd1 = _socket(type);
689 if (fd1 < 0) goto error;
691 if (_bind(fd1, type) < 0) goto error;
693 if (_listen(fd1, type) < 0) goto error;
695 a1.fd = fd1;
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 248 FileDescriptor fd1 = obtainDescriptor(filepath); local
249 decoder = BitmapRegionDecoder.newInstance(fd1, false);
  /external/dbus/dbus/
dbus-sysdeps.h 359 dbus_bool_t _dbus_full_duplex_pipe (int *fd1,
dbus-sysdeps-unix.c     [all...]
  /external/qemu/
sockets.h 368 int socket_pair(int *fd1, int *fd2);
sockets.c 1420 socket_pair(int *fd1, int *fd2)
1429 *fd1 = fds[0];
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 171 extern int fdmatch (int fd1, int fd2);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
libiberty.h 171 extern int fdmatch (int fd1, int fd2);
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 544 FileData* fd1 = GetFileData(string("GET_") + file_url); local
545 if (!fd1) {
549 string url = fd1->headers->GetHeader("X-Original-Url").as_string();
550 string content_type = fd1->headers->GetHeader("Content-Type").as_string();
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c     [all...]

Completed in 607 milliseconds