Searched refs:open_binary_tempfile (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Durlfetcher_mock.py41 f, fn = self._filesystem.open_binary_tempfile('mockfetcher')
H A Durlfetcher.py51 file_object, filename = self._filesystem.open_binary_tempfile('-fetched')
H A Dexecutive_unittest.py74 tempfile, temp_name = fs.open_binary_tempfile('')
H A Dfilesystem.py193 def open_binary_tempfile(self, suffix): member in class:FileSystem
H A Dfilesystem_mock.py239 def open_binary_tempfile(self, suffix=''): member in class:MockFileSystem
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dport_testcase.py108 tmpfd, tmpfile = port._filesystem.open_binary_tempfile('')
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drebaseline_chromium_webkit_tests.py425 tempfile, temp_name = self._filesystem.open_binary_tempfile(suffix)

Completed in 71 milliseconds