Searched refs:fd_out (Results 1 – 1 of 1) sorted by relevance
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()