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

  /system/core/sh/
redir.c 379 int newfd; local
381 newfd = fcntl(from, F_DUPFD, to);
382 if (newfd < 0) {
388 return newfd;
  /development/simulator/wrapsim/
FakeDev.c 167 int newfd = wsAllocBit(gWrapSim.fakeFdMap); local
170 if (newfd < 0) {
175 newDev->fd = newfd + kFakeFdBase;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c 90 FileData *newfd = (FileData *) SDL_malloc(sizeof (FileData)); local
91 newfd->obj = inItem;
92 newfd->next = NULL;
96 frt->mFileData = newfd;
98 prev->next = newfd;
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 75 int newfd = dup(fd); local
76 if (im_open_decoder_fd(newfd, startoffset, length, (const char*)fud))
79 close(newfd);
  /bionic/libc/bionic/
fts.c 1017 int ret, oerrno, newfd; local
1020 newfd = fd;
1023 if (fd < 0 && (newfd = open(path, O_RDONLY, 0)) < 0)
1025 if (fstat(newfd, &sb)) {
1034 ret = fchdir(newfd);
1038 (void)close(newfd);
  /system/core/toolbox/
dd.c 312 int newfd; local
323 newfd = fcntl(fd, F_DUPFD, 3);
324 if (newfd < 0) {
332 return newfd;
  /external/qemu/
net-android.c 1745 int newfd; local
    [all...]
net.c 1669 int newfd; local
    [all...]

Completed in 192 milliseconds