Home
last modified time | relevance | path

Searched refs:sameopenfile (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_ntpath.py386 self.assertTrue(ntpath.sameopenfile(tf1.fileno(), tf1.fileno()))
388 self.assertFalse(ntpath.sameopenfile(tf1.fileno(), tf2.fileno()))
394 ntpath.sameopenfile(-1, -1)
Dtest_genericpath.py285 self.assertTrue(self.pathmodule.sameopenfile(fd1, fd2))
Dtest_os.py1780 self.assertTrue(os.path.sameopenfile(f1.fileno(), f2.fileno()))
/external/python/cpython3/Lib/
Dgenericpath.py103 def sameopenfile(fp1, fp2): function
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py266 def sameopenfile(a, b): function
/external/python/cpython2/Lib/
Dposixpath.py163 def sameopenfile(fp1, fp2): function
/external/python/cpython2/Doc/library/
Dos.path.rst265 .. function:: sameopenfile(fp1, fp2)
277 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
/external/python/cpython3/Doc/library/
Dos.path.rst382 .. function:: sameopenfile(fp1, fp2)
400 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
/external/python/cpython3/Misc/
DHISTORY4553 take advantage of the os.path.samefile/sameopenfile/samestat implementations
12023 - Issue #9790: Rework imports necessary for samefile and sameopenfile
12156 - Issue #7566: Implement os.path.sameopenfile for Windows.
17632 - Bug #1002398: The documentation for os.path.sameopenfile now correctly
29148 - Removed samefile(), sameopenfile(), samestat() from os.path (aka
/external/python/cpython2/Misc/
DHISTORY248 - Bug #1002398: The documentation for os.path.sameopenfile now correctly
11769 - Removed samefile(), sameopenfile(), samestat() from os.path (aka