Home
last modified time | relevance | path

Searched defs:samefile (Results 1 – 9 of 9) 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.py1000 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.py647 def samefile(self, other_path): member in FakePath
Dfake_filesystem.py3564 def samefile(self, path1: AnyStr, path2: AnyStr) -> bool: member in FakePathModule
/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