HomeSort by relevance Sort by last modified time
    Searched refs:results_path (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 384 results_path = '/mock/results.html'
385 tool.filesystem = MockFileSystem({results_path: None})
388 self.assertRaises(IOError, tool.filesystem.read_text_file, results_path)
queues.py 324 results_path = self._tool.port().layout_tests_results_path()
325 results_html = self._read_file_contents(results_path)
341 results_path = self._tool.port().layout_tests_results_path()
347 return os.path.dirname(results_path)

Completed in 931 milliseconds