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

  /system/core/toolbox/
cmp.c 12 int fd1, fd2; local
55 fd2 = open(argv[optind+1], O_RDONLY);
56 if(fd2 < 0) {
63 res2 = read(fd2, &buf2, sizeof(buf2));
  /external/qemu/android/utils/
timezone.c 178 int fd1, fd2, result = 0; local
197 fd2 = open( path, O_RDONLY );
198 if (fd2 < 0) {
213 do { ret = read(fd2, &temp[1], 1); } while (ret < 0 && errno == EINTR);
226 close(fd2);
  /external/chromium/base/
file_descriptor_shuffle_unittest.cc 30 fd2(in_fd2) {
36 other.fd2 == fd2;
41 int fd2; member in struct:Action
  /system/core/sh/
input.c 436 int fd2; local
442 fd2 = copyfd(fd, 10);
444 if (fd2 < 0)
446 fd = fd2;
  /system/core/init/
builtins.c 460 int fd1 = -1, fd2 = -1; local
474 if ((fd2 = open(args[2], O_WRONLY|O_CREAT|O_TRUNC, 0660)) < 0)
495 rc = write(fd2, p, brtw);
513 if (fd2 >= 0)
514 close(fd2);
  /system/bluetooth/tools/
asocket_test.c 610 int fd1, fd2; local
626 fd2 = _socket(type);
627 if (_connect(fd2, type)) goto error;
629 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2);
631 while (1) if (_read(fd2)) break;
socktest.c 682 int fd1, fd2; local
698 fd2 = _socket(type);
699 if (_connect(fd2, type)) goto error;
701 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2);
703 while (1) if (_read(fd2)) break;
  /external/dbus/dbus/
dbus-sysdeps.h 360 int *fd2,
dbus-sysdeps-unix.c     [all...]
  /external/freetype/src/cff/
cffload.c 722 FT_Byte fd2; local
732 fd2 = *p++;
737 fd = fd2;
742 fdselect->cache_fd = fd2;
    [all...]
  /external/qemu/
sockets.h 368 int socket_pair(int *fd1, int *fd2);
sockets.c 1420 socket_pair(int *fd1, int *fd2)
1430 *fd2 = fds[1];
    [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 572 FileData* fd2 = GetFileData(referrer_host_path); local
573 if (fd2 != NULL) {
593 if (fd2->headers->HasNonEmptyHeader(header_name)) {
595 fd2->headers->GetHeader(header_name).as_string();
608 fd2->headers->ReplaceOrAppendHeader(header_name, new_value);
613 fd2->related_files.push_back(entry);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 250 FileDescriptor fd2 = obtainDescriptor(filepath); local
  /external/bluetooth/glib/glib/
gtestutils.c     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 325 milliseconds