Searched refs:_CreateTestFile (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem_vs_real_test.py | 58 def _CreateTestFile(self, file_type, path, contents=None): member in FakeFilesystemVsRealTest 441 self._CreateTestFile('f', 'aFile') 445 self._CreateTestFile('f', 'aFile', 'some contents') 449 self._CreateTestFile('b', 'aFile', b'some contents') 454 self._CreateTestFile('f', 'aFile') 455 self._CreateTestFile('l', 'link_to_empty', 'aFile') 460 self._CreateTestFile('f', 'aFile') 461 self._CreateTestFile('h', 'link_to_empty', 'aFile') 466 self._CreateTestFile('f', 'aFile', 'some contents') 467 self._CreateTestFile('l', 'link_to_file', 'aFile') [all …]
|
D | fake_filesystem_test.py | 1186 def _CreateTestFile(self, path): member in FakeOsModuleTest 1205 self._CreateTestFile(path) 1218 self._CreateTestFile(path) 1232 self._CreateTestFile(path) 1258 self._CreateTestFile(path) 1305 self._CreateTestFile(path) 1322 self._CreateTestFile(path) 1336 self._CreateTestFile(path)
|