Searched defs:samefile (Results 1 – 9 of 9) sorted by relevance
/external/python/cffi/cffi/ |
D | ffiplatform.py | 65 def samefile(f1, f2): function
|
/external/python/cpython3/Lib/ |
D | genericpath.py | 94 def samefile(f1, f2): function
|
D | pathlib.py | 1000 def samefile(self, other_path): member in Path
|
/external/python/cpython2/Lib/ |
D | posixpath.py | 153 def samefile(f1, f2): function
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 253 def samefile(fa, fb): function
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_pathlib.py | 647 def samefile(self, other_path): member in FakePath
|
D | fake_filesystem.py | 3564 def samefile(self, path1: AnyStr, path2: AnyStr) -> bool: member in FakePathModule
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 1015 def samefile(self, other): member in Path
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 434 static int samefile(const char *path1, const char *path2) in samefile() function
|