Lines Matching refs:fd2
704 LocalHandle fd2;714 fd2 = LocalHandle(200);715 Serialize(std::forward_as_tuple(fd1, fd2), &result);727 fd2.Release(); // Don't try to close fd 200.