Home
last modified time | relevance | path

Searched refs:followup_stdin (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp395 auto followup_stdin = SharedFD::MemfdCreate("pseudo_stdin"); in RestartRunCvd() local
396 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()