Searched refs:followup_stdin (Results 1 – 1 of 1) sorted by relevance
395 auto followup_stdin = SharedFD::MemfdCreate("pseudo_stdin"); in RestartRunCvd() local396 WriteAll(followup_stdin, config_path + "\n"); in RestartRunCvd()397 followup_stdin->LSeek(0, SEEK_SET); in RestartRunCvd()398 followup_stdin->UNMANAGED_Dup2(0); in RestartRunCvd()