Searched refs:OpenAt (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/core/devmgr/
H A Ddevice-internal.h26 zx_status_t OpenAt(zx_device_t** dev_out, const char* path, uint32_t flags) { function in struct:zx_device
H A Ddevhost-core.cpp629 r = dev->OpenAt(out, path, flags);
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/
H A Ddevice.h158 proto->open_at = OpenAt;
162 static zx_status_t OpenAt(void* ctx, zx_device_t** dev_out, const char* path, function in class:ddk::OpenAtable
/fuchsia/zircon/system/ulib/fs/
H A Dconnection.cpp86 void OpenAt(Vfs* vfs, fbl::RefPtr<Vnode> parent, zx::channel channel, function in namespace:fs::__anon1113
675 OpenAt(vfs_, vnode_, fbl::move(channel),

Completed in 37 milliseconds