Searched defs:samefile (Results 1 – 10 of 10) 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 | 1134 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 | 590 def samefile(self, other_path): member in FakePath
|
D | fake_filesystem.py | 3317 def samefile(self, path1, path2): member in FakePathModule
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 78 def samefile(p1, p2): function
|
/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
|