Searched refs:fdio_bind_to_fd (Results 1 – 11 of 11) sorted by relevance
| /system/ulib/fdio/include/lib/fdio/ |
| A D | util.h | 42 int fdio_bind_to_fd(fdio_t* io, int fd, int starting_fd);
|
| /system/utest/fdio/ |
| A D | fdio_handle_fd.c | 269 int fd = fdio_bind_to_fd(fdio, -1, -1); in bind_to_fd_invalid_tests() 276 fd = fdio_bind_to_fd(fdio, -1, INT_MAX); in bind_to_fd_invalid_tests()
|
| /system/utest/spawn/ |
| A D | spawn.cpp | 533 ASSERT_EQ(0, fdio_bind_to_fd(io, 0, 0)); in spawn_errors_test() 545 int fd = fdio_bind_to_fd(io, -1, 0); in spawn_errors_test() 562 int fd = fdio_bind_to_fd(io, -1, 0); in spawn_errors_test()
|
| /system/core/bootsvc/ |
| A D | main.cpp | 39 fdio_bind_to_fd(logger, 1, 0); in SetupStdout()
|
| /system/ulib/fdio/ |
| A D | unistd.c | 137 int fdio_bind_to_fd(fdio_t* io, int fd, int starting_fd) { in fdio_bind_to_fd() function 1210 int fd = fdio_bind_to_fd(io, newfd, starting_fd); in fdio_dup() 1528 if ((fd = fdio_bind_to_fd(io, -1, 0)) < 0) { in vopenat() 1749 pipefd[0] = fdio_bind_to_fd(a, -1, 0); in pipe2() 1758 pipefd[1] = fdio_bind_to_fd(b, -1, 0); in pipe2() 2037 int fd = fdio_bind_to_fd(io, -1, 0); in fdio_handle_fd()
|
| A D | bsdsocket.c | 112 if ((fd = fdio_bind_to_fd(io, -1, 0)) < 0) { in socket()
|
| A D | remoteio.c | 531 fd = fdio_bind_to_fd(io, -1, 0); in fdio_create_fd()
|
| A D | zxio.c | 625 if ((fd = fdio_bind_to_fd(io, -1, 0)) < 0) { in fdio_vmo_fd() 927 if ((fd = fdio_bind_to_fd(io, -1, 0)) < 0) { in fdio_pipe_half()
|
| A D | namespace.c | 605 int fd = fdio_bind_to_fd(io, -1, 0); in fdio_ns_opendir()
|
| /system/utest/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.cpp | 118 fd_.reset(fdio_bind_to_fd(io, -1, 0)); in PrepareGpt()
|
| /system/core/devmgr/devhost/ |
| A D | devhost.cpp | 865 fdio_bind_to_fd(io, 1, 0); in devhost_io_init()
|
Completed in 30 milliseconds