Searched refs:stdio (Results 1 – 5 of 5) sorted by relevance
| /system/utest/stdio/ |
| A D | rules.mk | 11 MODULE_NAME := stdio-test 14 $(LOCAL_DIR)/stdio.c \
|
| /system/ulib/fs-management/ |
| A D | launch.cpp | 58 void InitStdio(StdioType stdio, fdio_spawn_action_t* actions, in InitStdio() argument 60 switch (stdio) { in InitStdio() 124 zx_status_t Launch(StdioType stdio, ProcessAction proc_action, int argc, in Launch() argument 132 InitStdio(stdio, actions, &action_count, &flags); in Launch()
|
| /system/utest/blobfs/ |
| A D | blobfs-test.h | 91 void SetStdio(bool stdio) { in SetStdio() argument 92 stdio_ = stdio; in SetStdio()
|
| /system/ulib/devmgr-launcher/include/lib/devmgr-launcher/ |
| A D | launch.h | 34 fbl::unique_fd stdio; member
|
| /system/ulib/devmgr-launcher/ |
| A D | launcher.cpp | 70 const bool clone_stdio = !args.stdio.is_valid(); in Launch() 114 .fd = { .local_fd = args.stdio.release(), .target_fd = FDIO_FLAG_USE_FOR_STDIO }, in Launch()
|
Completed in 14 milliseconds