Searched refs:sameopenfile (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_ntpath.py | 386 self.assertTrue(ntpath.sameopenfile(tf1.fileno(), tf1.fileno())) 388 self.assertFalse(ntpath.sameopenfile(tf1.fileno(), tf2.fileno())) 394 ntpath.sameopenfile(-1, -1)
|
D | test_genericpath.py | 285 self.assertTrue(self.pathmodule.sameopenfile(fd1, fd2))
|
D | test_os.py | 1780 self.assertTrue(os.path.sameopenfile(f1.fileno(), f2.fileno()))
|
/external/python/cpython3/Lib/ |
D | genericpath.py | 103 def sameopenfile(fp1, fp2): function
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 266 def sameopenfile(a, b): function
|
/external/python/cpython2/Lib/ |
D | posixpath.py | 163 def sameopenfile(fp1, fp2): function
|
/external/python/cpython2/Doc/library/ |
D | os.path.rst | 265 .. function:: sameopenfile(fp1, fp2) 277 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
|
/external/python/cpython3/Doc/library/ |
D | os.path.rst | 382 .. function:: sameopenfile(fp1, fp2) 400 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 4553 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/ |
D | HISTORY | 248 - Bug #1002398: The documentation for os.path.sameopenfile now correctly 11769 - Removed samefile(), sameopenfile(), samestat() from os.path (aka
|