Home | History | Annotate | Download | only in python2.7

Lines Matching full:symbolic

80 SYMTYPE = "2"                   # symbolic link
136 S_IFLNK = 0120000 # symbolic link
1944 (directory, fifo, symbolic link, etc.). If given, `arcname'
2237 """Make a (symbolic) link called targetpath. If it cannot be created
2242 # For systems that support symbolic and hard links.