Searched refs:sameopenfile (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython3/Lib/
H A Dgenericpath.py10 'getsize', 'isdir', 'isfile', 'samefile', 'sameopenfile',
103 def sameopenfile(fp1, fp2): function
/external/python/cpython3/Lib/test/
H A Dtest_ntpath.py405 self.assertTrue(ntpath.sameopenfile(tf1.fileno(), tf1.fileno()))
407 self.assertFalse(ntpath.sameopenfile(tf1.fileno(), tf2.fileno()))
413 ntpath.sameopenfile(-1, -1)
H A Dtest_genericpath.py269 self.assertTrue(self.pathmodule.sameopenfile(fd1, fd2))
H A Dtest_os.py1701 self.assertTrue(os.path.sameopenfile(f1.fileno(), f2.fileno()))
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py266 def sameopenfile(a, b): function
/external/python/cpython2/Lib/
H A Dposixpath.py25 "samefile","sameopenfile","samestat",
163 def sameopenfile(fp1, fp2): function

Completed in 486 milliseconds