Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dmain.cc268 if (dev_null->UNMANAGED_Dup2(0) < 0) { in DaemonizeLauncher()
272 if (log->UNMANAGED_Dup2(1) < 0) { in DaemonizeLauncher()
276 if (log->UNMANAGED_Dup2(2) < 0) { in DaemonizeLauncher()
/device/google/cuttlefish_common/common/libs/fs/
Dshared_fd.h242 int UNMANAGED_Dup2(int newfd) { in UNMANAGED_Dup2() function