Home | History | Annotate | Download | only in binder

Lines Matching full:dupfd

1179     int dupFd = dup(fd);
1180 if (dupFd < 0) {
1183 status_t err = writeFileDescriptor(dupFd, true /*takeOwnership*/);
1185 close(dupFd);