Searched refs:islink (Results 1 – 25 of 71) sorted by relevance
123
32 if not os.path.islink(root_p):36 if os.path.islink(p) or not os.path.isdir(p):
237 def islink(p): function243 ismount= islink377 if isdir(name) and not islink(name):
55 elif os.path.islink(arg):79 if os.path.islink(fullname): pass
66 if os.path.isdir(file) and not os.path.islink(file):73 not os.path.islink(fullname))
46 elif os.path.islink(arg):70 if os.path.islink(fullname): pass
49 elif os.path.islink(arg):73 if os.path.islink(fullname): pass
14 if os.path.islink(full):
28 if os.path.islink(dirname):
79 if os.path.isdir(file) and not os.path.islink(file):86 not os.path.islink(fullname))
96 if os.path.isdir(file) and not os.path.islink(file):103 not os.path.islink(fullname) and
48 if not os.path.islink(fullname):
83 elif os.path.islink(arg):108 if os.path.islink(fullname): pass
99 def islink(s): function183 if isdir(name) and not islink(name):
132 def islink(path): function184 if islink(path):400 if not islink(newpath):
84 if os.path.isdir(file) and not os.path.islink(file):91 not os.path.islink(fullname) or
94 if os.path.islink(path):136 if preserve_symlinks and os.path.islink(source):
151 if preserve_symlinks and os.path.islink(src_name):176 if os.path.isdir(real_f) and not os.path.islink(real_f):
73 if os.path.islink(name): return 0135 def islink(self, name): member in FSProxyLocal136 return self.visible(name) and os.path.islink(name)
62 if not os.path.islink(symlink_file):
42 if not os.path.islink(sys.argv[0]):
102 self.assertIs(posixpath.islink(test_support.TESTFN + "1"), False)107 self.assertIs(posixpath.islink(test_support.TESTFN + "1"), False)110 self.assertIs(posixpath.islink(test_support.TESTFN + "2"), True)112 self.assertIs(posixpath.islink(test_support.TESTFN + "2"), True)
357 if os.path.islink(link_path) or sys.platform.startswith('win'):416 if os.path.exists(link_path) or os.path.islink(link_path):417 if os.path.islink(link_path):
336 if os.path.islink(link_path) or sys.platform.startswith('win'):395 if os.path.exists(link_path) or os.path.islink(link_path):396 if os.path.islink(link_path):
95 if os.path.isdir(file) and not os.path.islink(file):102 not os.path.islink(fullname))