Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc111 if (dev_null->UNMANAGED_Dup2(0) < 0) { in DaemonizeLauncher()
115 if (log->UNMANAGED_Dup2(1) < 0) { in DaemonizeLauncher()
119 if (log->UNMANAGED_Dup2(2) < 0) { in DaemonizeLauncher()
Dserver_loop_impl.cpp398 followup_stdin->UNMANAGED_Dup2(0); in RestartRunCvd()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h315 int UNMANAGED_Dup2(int newfd);
Dshared_fd.cpp839 int FileInstance::UNMANAGED_Dup2(int newfd) { in UNMANAGED_Dup2() function in cuttlefish::FileInstance