Home
last modified time | relevance | path

Searched refs:fdio_bind_to_fd (Results 1 – 11 of 11) sorted by relevance

/system/ulib/fdio/include/lib/fdio/
A Dutil.h42 int fdio_bind_to_fd(fdio_t* io, int fd, int starting_fd);
/system/utest/fdio/
A Dfdio_handle_fd.c269 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 Dspawn.cpp533 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 Dmain.cpp39 fdio_bind_to_fd(logger, 1, 0); in SetupStdout()
/system/ulib/fdio/
A Dunistd.c137 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 Dbsdsocket.c112 if ((fd = fdio_bind_to_fd(io, -1, 0)) < 0) { in socket()
A Dremoteio.c531 fd = fdio_bind_to_fd(io, -1, 0); in fdio_create_fd()
A Dzxio.c625 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 Dnamespace.c605 int fd = fdio_bind_to_fd(io, -1, 0); in fdio_ns_opendir()
/system/utest/chromeos-disk-setup/
A Dchromeos-disk-setup.cpp118 fd_.reset(fdio_bind_to_fd(io, -1, 0)); in PrepareGpt()
/system/core/devmgr/devhost/
A Ddevhost.cpp865 fdio_bind_to_fd(io, 1, 0); in devhost_io_init()

Completed in 30 milliseconds