Lines Matching refs:symlink
28 _WINERROR_CANT_RESOLVE_FILENAME = 1921 # broken symlink pointing to itself
973 working directory. No normalization or symlink resolution is performed.
999 # In non-strict mode, realpath() doesn't raise on symlink loops.
1136 Like chmod(), except if the path points to a symlink, the symlink's
1160 Like stat(), except if the path points to a symlink, the symlink's
1193 Make this path a symlink pointing to the target path.
1194 Note the order of arguments (link, target) is the reverse of os.symlink.
1196 if not hasattr(os, "symlink"):
1197 raise NotImplementedError("os.symlink() not available on this system")
1198 os.symlink(target, self, target_is_directory)
1254 # Path doesn't exist or is a broken symlink
1271 # Path doesn't exist or is a broken symlink
1322 # Path doesn't exist or is a broken symlink
1338 # Path doesn't exist or is a broken symlink
1354 # Path doesn't exist or is a broken symlink
1370 # Path doesn't exist or is a broken symlink