Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/fuchsia/
Dos_dirent_fuchsia.cpp35 bool Init(zx_handle_t dir_channel) { in Init()
36 zx_status_t status = zxio_create(dir_channel, &io_storage_); in Init()
80 zx_handle_t dir_channel = GetConnectToServiceFunction()(path); in os_opendir() local
81 if (dir_channel == ZX_HANDLE_INVALID) { in os_opendir()
88 if (!dir->Init(dir_channel)) { in os_opendir()