Home
last modified time | relevance | path

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

/system/ulib/fdio/include/lib/fdio/
A Dio.h20 #define FDIO_FLAG_USE_FOR_STDIO 0x8000 macro
/system/core/devmgr/shared/
A Dfdio.cpp117 launchpad_add_handle(lp, h, PA_HND(PA_FDIO_LOGGER, FDIO_FLAG_USE_FOR_STDIO | 0)); in devmgr_launch()
120 launchpad_clone_fd(lp, stdiofd, FDIO_FLAG_USE_FOR_STDIO | 0); in devmgr_launch()
/system/ulib/devmgr-launcher/
A Dlauncher.cpp114 .fd = { .local_fd = args.stdio.release(), .target_fd = FDIO_FLAG_USE_FOR_STDIO }, in Launch()
/system/core/netsvc/
A Dnetsvc.c38 .h = {.id = PA_HND(PA_FDIO_LOGGER, 0 | FDIO_FLAG_USE_FOR_STDIO), in run_program()
/system/core/virtcon/
A Dmain.cpp97 actions[1].fd = {.local_fd = fd, .target_fd = FDIO_FLAG_USE_FOR_STDIO}; in launch_shell()
244 zx_status_t r = fdio_transfer_fd(fd, FDIO_FLAG_USE_FOR_STDIO | 0, handles, types); in new_vc_cb()
/system/ulib/fs-management/
A Dlaunch.cpp66 actions[*action_count].h.id = PA_HND(PA_FDIO_LOGGER, FDIO_FLAG_USE_FOR_STDIO); in InitStdio()
/system/core/bootsvc/
A Dmain.cpp183 FDIO_FLAG_USE_FOR_STDIO | 0)); in LaunchNextProcess()
/system/core/devmgr/devmgr/
A Dmain.cpp269 … launchpad_add_handle(lp, debuglog.release(), PA_HND(PA_FDIO_LOGGER, FDIO_FLAG_USE_FOR_STDIO | 0)); in pwrbtn_monitor_starter()
810 launchpad_add_handle(lp, logger.release(), PA_HND(PA_FDIO_LOGGER, FDIO_FLAG_USE_FOR_STDIO)); in svchost_start()
/system/ulib/fdio/
A Dunistd.c638 unsigned arg_fd = arg & (~FDIO_FLAG_USE_FOR_STDIO); in __libc_extensions_init()
712 if ((arg & FDIO_FLAG_USE_FOR_STDIO) && (arg_fd < FDIO_MAX_FD)) { in __libc_extensions_init()

Completed in 21 milliseconds