Home
last modified time | relevance | path

Searched defs:samefile (Results 1 – 10 of 10) sorted by relevance

/external/python/cffi/cffi/
Dffiplatform.py65 def samefile(f1, f2): function
/external/python/cpython3/Lib/
Dgenericpath.py94 def samefile(f1, f2): function
Dpathlib.py1134 def samefile(self, other_path): member in Path
/external/python/cpython2/Lib/
Dposixpath.py153 def samefile(f1, f2): function
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py253 def samefile(fa, fb): function
/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py590 def samefile(self, other_path): member in FakePath
Dfake_filesystem.py3317 def samefile(self, path1, path2): member in FakePathModule
/external/python/setuptools/setuptools/command/
Deasy_install.py78 def samefile(p1, p2): function
/external/python/parse_type/tasks/_vendor/
Dpath.py1015 def samefile(self, other): member in Path
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c434 static int samefile(const char *path1, const char *path2) in samefile() function