Home
last modified time | relevance | path

Searched refs:_create_file (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/style/
Dfilereader_unittest.py73 def _create_file(self, rel_path, text, encoding="utf-8"): member in TextFileReaderTest
122 file_path = self._create_file('should_not_process.txt', 'contents')
128 file_path = self._create_file('foo.txt', 'line one\r\nline two\n')
135 file_path = self._create_file('-', 'file contents')
142 file_path = self._create_file('foo.txt', 'file contents')
153 file_path1 = self._create_file('file1.txt', 'foo')
156 file_path2 = self._create_file(rel_path, 'bar')