Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dsymlink.cc41 class Symlink: public FuseTest { class
99 TEST_F(Symlink, clear_attr_cache) in TEST_F() argument
129 TEST_F(Symlink, enospc) in TEST_F() argument
153 TEST_F(Symlink, ok) in TEST_F() argument
172 TEST_F(Symlink, parent_ino) in TEST_F() argument
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp36 Status FileSystem::Symlink(const FileSpec &src, const FileSpec &dst) { in Symlink() function in FileSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h56 Status Symlink(const FileSpec &src, const FileSpec &dst);
/freebsd/contrib/tcsh/
H A Dtcsh.man2html47 $indexfile = 'index'; # Symlink to $topfile *
124 $indexfile .= ".$html"; # Symlink to $topfile
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp979 if (auto Symlink = dyn_cast<detail::InMemorySymbolicLink>(Node)) { in lookupNode() local
983 return detail::NamedNodeOrError(Path, Symlink); in lookupNode()
988 SmallString<128> TargetPath = Symlink->getTargetPath(); in lookupNode()
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md94 ### Symlink shortcuts
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp715 Status error = FileSystem::Instance().Symlink(src_spec, FileSpec(dst)); in Handle_vFile_symlink()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1210 return FileSystem::Instance().Symlink(src, dst); in CreateSymlink()
/freebsd/contrib/libarchive/
H A DNEWS179 Dec 23, 2011: Symlink support in Zip reader and writer