Searched refs:dupedFd (Results 1 – 1 of 1) sorted by relevance
2830 final FileDescriptor dupedFd; in addTimedTextSource() local2832 dupedFd = Libcore.os.dup(fd); in addTimedTextSource()2870 Libcore.os.lseek(dupedFd, offset2, OsConstants.SEEK_SET); in addTimedTextSource()2874 int bytes = IoBridge.read(dupedFd, buffer, 0, bytesToRead); in addTimedTextSource()2894 Libcore.os.close(dupedFd); in addTimedTextSource()