Searched defs:dstFd (Results 1 – 6 of 6) sorted by relevance
125 @NonNull FileDescriptor dstFd, @NonNull InetAddress extAddr, in NatPacketForwarderBase()
87 const int dstFd = open(dstPath.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in transcode() local
131 const int dstFd = open(destPath, kOpenFlags, kFileMode); in transcodeHelper() local221 int dstFd = open(destPath, O_RDONLY); in verifyOutputFormat() local
131 const int dstFd = open(config.dstFile.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in transcode() local
66 int dstFd; member
127 int dstFd = 0; in TranscodeMediaFile() local