Home
last modified time | relevance | path

Searched refs:islink (Results 1 – 25 of 71) sorted by relevance

123

/external/libcxx/test/support/
Dfilesystem_dynamic_test_helper.py32 if not os.path.islink(root_p):
36 if os.path.islink(p) or not os.path.isdir(p):
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py237 def islink(p): function
243 ismount= islink
377 if isdir(name) and not islink(name):
/external/python/cpython2/Tools/scripts/
Dpathfix.py55 elif os.path.islink(arg):
79 if os.path.islink(fullname): pass
Dcheckappend.py66 if os.path.isdir(file) and not os.path.islink(file):
73 not os.path.islink(fullname))
Dmethfix.py46 elif os.path.islink(arg):
70 if os.path.islink(fullname): pass
Dclassfix.py49 elif os.path.islink(arg):
73 if os.path.islink(fullname): pass
Dlll.py14 if os.path.islink(full):
Dfindlinksto.py28 if os.path.islink(dirname):
Dcleanfuture.py79 if os.path.isdir(file) and not os.path.islink(file):
86 not os.path.islink(fullname))
Dreindent.py96 if os.path.isdir(file) and not os.path.islink(file):
103 not os.path.islink(fullname) and
Dcvsfiles.py48 if not os.path.islink(fullname):
Dfixcid.py83 elif os.path.islink(arg):
108 if os.path.islink(fullname): pass
/external/python/cpython2/Lib/
Dmacpath.py99 def islink(s): function
183 if isdir(name) and not islink(name):
Dposixpath.py132 def islink(path): function
184 if islink(path):
400 if not islink(newpath):
Dtabnanny.py84 if os.path.isdir(file) and not os.path.islink(file):
91 not os.path.islink(fullname) or
/external/python/cpython2/Demo/scripts/
Deqfix.py49 elif os.path.islink(arg):
73 if os.path.islink(fullname): pass
/external/autotest/client/bin/
Dlocal_host.py94 if os.path.islink(path):
136 if preserve_symlinks and os.path.islink(source):
/external/python/cpython2/Lib/distutils/
Ddir_util.py151 if preserve_symlinks and os.path.islink(src_name):
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
/external/python/cpython2/Demo/pdist/
DFSProxy.py73 if os.path.islink(name): return 0
135 def islink(self, name): member in FSProxyLocal
136 return self.visible(name) and os.path.islink(name)
/external/libcxx/utils/
Dgen_link_script.py62 if not os.path.islink(symlink_file):
/external/toolchain-utils/binary_search_tool/
Dcompiler_wrapper.py42 if not os.path.islink(sys.argv[0]):
/external/python/cpython2/Lib/test/
Dtest_posixpath.py102 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)
/external/webrtc/
Dsetup_links.py357 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):
/external/libyuv/files/
Dsetup_links.py336 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):
/external/autotest/utils/
Dreindent.py95 if os.path.isdir(file) and not os.path.islink(file):
102 not os.path.islink(fullname))

123