Searched refs:zxrio_open_handle (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/fdio/ |
| A D | private-remoteio.h | 10 zx_status_t zxrio_open_handle(zx_handle_t h, const char* path, uint32_t flags,
|
| A D | namespace.c | 321 r = zxrio_open_handle(vn->remote, path, flags, mode, out); in mxdir_open() 590 zx_status_t r = zxrio_open_handle(ns->root.remote, "", O_RDWR, 0, &io); in fdio_ns_open_root()
|
| A D | remoteio.c | 626 zx_status_t zxrio_open_handle(zx_handle_t h, const char* path, uint32_t flags, in zxrio_open_handle() function
|
| A D | zxio.c | 258 return zxrio_open_handle(rio->control, path, flags, mode, out); in fdio_zxio_remote_open()
|
Completed in 9 milliseconds