Home | History | Annotate | Download | only in breakpad

Lines Matching refs:_host

67         f, temp_name = self._host.filesystem.open_binary_tempfile('dmp')
73 stack = self._host.executive.run_command(cmd, return_stderr=False)
78 self._host.filesystem.remove(temp_name)
82 with self._host.filesystem.open_binary_file_for_reading(dump_file) as f:
102 full_path = self._host.filesystem.join(self._build_dir, binary)
103 if not self._host.filesystem.exists(full_path):
117 return self._host.filesystem.join(self._build_dir, "minidump_stackwalk")
123 return self._host.filesystem.join(self._build_dir, 'content_shell.syms')
132 full_path = self._host.filesystem.join(self._build_dir, binary)
140 self._host.executive.run_command(cmd)