Searched refs:ikconfig_fd (Results 1 – 1 of 1) sorted by relevance
625 auto ikconfig_fd = SharedFD::Mkstemp(&ikconfig_path); in ReadGuestConfig() local626 CF_EXPECT(ikconfig_fd->IsOpen(), in ReadGuestConfig()627 "Unable to create ikconfig file: " << ikconfig_fd->StrError()); in ReadGuestConfig()628 ikconfig_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, ikconfig_fd); in ReadGuestConfig()