Searched refs:dupedFd (Results 1 – 1 of 1) sorted by relevance
2811 final FileDescriptor dupedFd; in addTimedTextSource() local2813 dupedFd = Libcore.os.dup(fd); in addTimedTextSource()2851 Libcore.os.lseek(dupedFd, offset2, OsConstants.SEEK_SET); in addTimedTextSource()2855 int bytes = IoBridge.read(dupedFd, buffer, 0, bytesToRead); in addTimedTextSource()2875 Libcore.os.close(dupedFd); in addTimedTextSource()