Lines Matching defs:symlink
305 // In case of an invalid symlink, `binding.access()` on win32
1746 function symlink(target, path, type_, callback_) {
1757 // Calculate absolute file name of the symlink target, and check
1758 // if it is a directory. Ignore resolve error to keep symlink
1775 binding.symlink(destination,
1787 binding.symlink(destination, pathModule.toNamespacedPath(path), flags, req);
1811 binding.symlink(preprocessSymlinkDestination(target, type, path),
2635 // Continue if not a symlink, break if a pipe/socket
2793 // Continue if not a symlink, break if a pipe/socket
2808 // If not a symlink, skip to the next path part
2987 * symlink. The contents of directories will be copied recursively.
3009 * symlink. The contents of directories will be copied recursively.
3145 symlink,