Searched refs:ikconfig_cmd (Results 1 – 1 of 1) sorted by relevance
619 Command ikconfig_cmd(HostBinaryPath("extract-ikconfig")); in ReadGuestConfig() local620 ikconfig_cmd.AddParameter(kernel_image_path); in ReadGuestConfig()621 ikconfig_cmd.SetEnvironment({new_path}); in ReadGuestConfig()628 ikconfig_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, ikconfig_fd); in ReadGuestConfig()630 auto ikconfig_proc = ikconfig_cmd.Start(); in ReadGuestConfig()