Searched refs:fd_out (Results 1 – 2 of 2) sorted by relevance
32 int spliceReadHandle(int fd, int fd_out, int len);
281 int GetFile(const std::string& path, int mode, LocalHandle* fd_out) { in GetFile() argument283 InvokeRemoteMethodInPlace<TestInterface::GetFile>(fd_out, path, mode); in GetFile()316 int PushChannel(LocalChannelHandle* fd_out) { in PushChannel() argument317 auto status = InvokeRemoteMethodInPlace<TestInterface::PushChannel>(fd_out); in PushChannel()