Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dgenericpath.py94 def samefile(f1, f2): function
Dpathlib.py1066 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/setuptools/setuptools/command/
Deasy_install.py78 def samefile(p1, p2): function
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c434 static int samefile(const char *path1, const char *path2) in samefile() function