Home
last modified time | relevance | path

Searched defs:test_open_write_close (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_stat_time_test.py403 def test_open_write_close(self): member in TestFakeModeW
440 def test_open_write_close(self): member in TestFakeModeWPlus
490 def test_open_write_close(self): member in TestFakeModeA
527 def test_open_write_close(self): member in TestFakeModeAPlus
600 def test_open_write_close(self): member in TestFakeModeRPlus
/aosp_15_r20/external/autotest/client/common_lib/
H A Dutils_unittest.py154 class test_open_write_close(unittest.TestCase): class