Searched refs:Symlink (Results 1 – 7 of 7) sorted by relevance
38 static Error Symlink(const FileSpec &src, const FileSpec &dst);
183 FileSystem::Symlink(const FileSpec &src, const FileSpec &dst) in Symlink() function in FileSystem
322 return FileSystem::Symlink(src, dst); in CreateSymlink()
48 $indexfile = 'index'; # Symlink to $topfile *125 $indexfile .= ".$html"; # Symlink to $topfile
780 Error error = FileSystem::Symlink(FileSpec{src, true}, FileSpec{dst, false}); in Handle_vFile_symlink()
38 Dec 23, 2011: Symlink support in Zip reader and writer
3787 @cindex Symlink if target exists, NFS otherwise