Searched refs:FDIO_FLAG_USE_FOR_STDIO (Results 1 – 9 of 9) sorted by relevance
| /system/ulib/fdio/include/lib/fdio/ |
| A D | io.h | 20 #define FDIO_FLAG_USE_FOR_STDIO 0x8000 macro
|
| /system/core/devmgr/shared/ |
| A D | fdio.cpp | 117 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 D | launcher.cpp | 114 .fd = { .local_fd = args.stdio.release(), .target_fd = FDIO_FLAG_USE_FOR_STDIO }, in Launch()
|
| /system/core/netsvc/ |
| A D | netsvc.c | 38 .h = {.id = PA_HND(PA_FDIO_LOGGER, 0 | FDIO_FLAG_USE_FOR_STDIO), in run_program()
|
| /system/core/virtcon/ |
| A D | main.cpp | 97 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 D | launch.cpp | 66 actions[*action_count].h.id = PA_HND(PA_FDIO_LOGGER, FDIO_FLAG_USE_FOR_STDIO); in InitStdio()
|
| /system/core/bootsvc/ |
| A D | main.cpp | 183 FDIO_FLAG_USE_FOR_STDIO | 0)); in LaunchNextProcess()
|
| /system/core/devmgr/devmgr/ |
| A D | main.cpp | 269 … 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 D | unistd.c | 638 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