Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dgenericpath.py130 def samefile(f1, f2): function
/external/python/pyfakefs/pyfakefs/
Dfake_path.py374 def samefile(self, path1: AnyStr, path2: AnyStr) -> bool: member in FakePathModule
Dfake_pathlib.py796 def samefile(self, other_path): member in FakePath
/external/python/cpython3/Lib/pathlib/
D_abc.py601 def samefile(self, other_path): member in PathBase
/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