Searched refs:Link (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/make/
H A Dmodule-userapp.mk37 # Link profile runtime into everything compiled with profile instrumentation.
54 # Link the ASan runtime into everything compiled with ASan.
H A Dmodule-userlib.mk45 # Link profile runtime into everything compiled with profile instrumentation.
62 # Link the ASan runtime into everything compiled with ASan.
95 # Link the ABI stub against the same DSOs the real library uses, so the
/fuchsia/zircon/system/ulib/fs/
H A Dvnode.cpp94 zx_status_t Vnode::Link(fbl::StringPiece name, fbl::RefPtr<Vnode> target) { function in class:fs::Vnode
H A Dvfs.cpp360 zx_status_t Vfs::Link(zx::event token, fbl::RefPtr<Vnode> oldparent, function in class:fs::Vfs
396 r = newparent->Link(newStr, target);
H A Dconnection.cpp220 .Link = DirectoryLinkOp,
245 .Link = DirectoryLinkOp,
738 zx_status_t status = vfs_->Link(fbl::move(token), vnode_, fbl::move(oldStr),
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dvnode.h189 virtual zx_status_t Link(fbl::StringPiece name, fbl::RefPtr<Vnode> target);
H A Dvfs.h145 zx_status_t Link(zx::event token, fbl::RefPtr<Vnode> oldparent,
/fuchsia/zircon/system/ulib/memfs/include/lib/memfs/cpp/
H A Dvnode.h151 zx_status_t Link(fbl::StringPiece name, fbl::RefPtr<fs::Vnode> target) final;
/fuchsia/zircon/system/ulib/memfs/
H A Ddirectory.cpp262 zx_status_t VnodeDir::Link(fbl::StringPiece name, fbl::RefPtr<fs::Vnode> target) { function in class:memfs::VnodeDir
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-rpc-server.cpp357 ops.Link = fidl_directory_link;
/fuchsia/zircon/system/ulib/minfs/
H A Dminfs-private.h396 zx_status_t Link(fbl::StringPiece name, fbl::RefPtr<fs::Vnode> target) final;
H A Dvnode.cpp2009 zx_status_t VnodeMinfs::Link(fbl::StringPiece name, fbl::RefPtr<fs::Vnode> _target) { function in class:minfs::VnodeMinfs
2010 TRACE_DURATION("minfs", "VnodeMinfs::Link", "name", name);

Completed in 87 milliseconds