/device/google/cuttlefish/host/frontend/webrtc/ |
D | main.cpp | 62 auto touch_server = cuttlefish::SharedFD::Dup(FLAGS_touch_fd); in main() 63 auto keyboard_server = cuttlefish::SharedFD::Dup(FLAGS_keyboard_fd); in main()
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | main.cc | 55 auto shared_fd = cuttlefish::SharedFD::Dup(fd); in SubscribersFromCmdline() 86 pipe = cuttlefish::SharedFD::Dup(FLAGS_log_pipe_fd); in main()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | secure_env.cpp | 101 auto keymaster_server = cuttlefish::SharedFD::Dup(FLAGS_keymaster_fd); in main() 108 auto gatekeeper_server = cuttlefish::SharedFD::Dup(FLAGS_gatekeeper_fd); in main()
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 111 auto pty_shared_fd = cuttlefish::SharedFD::Dup(pty); in OpenPTY() 233 auto console_in = cuttlefish::SharedFD::Dup(FLAGS_console_in_fd); in main() 242 auto console_out = cuttlefish::SharedFD::Dup(FLAGS_console_out_fd); in main()
|
/device/google/cuttlefish/host/commands/config_server/ |
D | main.cpp | 37 cuttlefish::SharedFD server_fd = cuttlefish::SharedFD::Dup(FLAGS_server_fd); in main()
|
/device/google/cuttlefish/host/commands/log_tee/ |
D | log_tee.cpp | 47 auto log_fd = cuttlefish::SharedFD::Dup(FLAGS_log_fd_in); in main()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 66 auto input_fd = cuttlefish::SharedFD::Dup(0); in main()
|
D | flags.cc | 850 {cuttlefish::ConsoleSeverity(), cuttlefish::SharedFD::Dup(2)}, in InitFilesystemAndCreateConfig()
|
/device/google/cuttlefish/host/commands/logcat_receiver/ |
D | main.cpp | 53 pipe = cuttlefish::SharedFD::Dup(FLAGS_log_pipe_fd); in main()
|
/device/google/cuttlefish/host/frontend/adb_connector/ |
D | main.cpp | 60 auto evt_shared_fd = cuttlefish::SharedFD::Dup(events_fd); in WaitForAdbdToBeStarted()
|
/device/google/cuttlefish/host/commands/tombstone_receiver/ |
D | main.cpp | 62 cuttlefish::SharedFD server_fd = cuttlefish::SharedFD::Dup(FLAGS_server_fd); in main()
|
/device/google/cuttlefish/host/libs/screen_connector/ |
D | socket_based_screen_connector.cpp | 58 auto server = SharedFD::Dup(frames_fd); in ServerLoop()
|
/device/google/cuttlefish/host/commands/vtpm_passthrough/ |
D | vtpm_passthrough.cpp | 77 auto server = cuttlefish::SharedFD::Dup(FLAGS_server_fd); in main()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | main.cpp | 49 auto shared_fd = cuttlefish::SharedFD::Dup(fd); in ServerFdsFromCmdline()
|
/device/google/cuttlefish/guest/commands/vtpm_manager/ |
D | main.cpp | 130 auto device_fd = cuttlefish::SharedFD::Dup(vtpm_creation.fd); in main()
|
/device/google/cuttlefish/common/libs/utils/ |
D | tee_logging.cpp | 196 SeverityTarget {ConsoleSeverity(), SharedFD::Dup(/* stderr */ 2)}); in LogToStderrAndFiles()
|
D | subprocess.cpp | 221 SharedFD::Dup(static_cast<int>(parent_channel))); in RedirectStdIO()
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | virtual_inputs.cpp | 315 auto touch_server = cuttlefish::SharedFD::Dup(FLAGS_touch_fd); in ClientConnectorLoop() 319 auto keyboard_server = cuttlefish::SharedFD::Dup(FLAGS_keyboard_fd); in ClientConnectorLoop()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 119 static SharedFD Dup(int unmanaged_fd);
|
D | shared_fd.cpp | 214 SharedFD SharedFD::Dup(int unmanaged_fd) { in Dup() function in cuttlefish::SharedFD
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 410 auto input_fd = cuttlefish::SharedFD::Dup(0); in main()
|