Searched refs:samefile (Results 1 – 5 of 5) sorted by relevance
139 if not (os.path.exists(dst) and os.path.samefile(src, dst)):142 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
107 posixpath.samefile(121 posixpath.samefile(132 posixpath.samefile(
151 def samefile(f1, f2): function
57 return os.path.samefile(src, dst)
58 return os.path.samefile(src, dst)