Lines Matching refs:autodir
11 def get_profiler_results_dir(autodir): argument
16 return os.path.join(autodir, 'results', 'default', 'profiler_sync',
20 def get_profiler_log_path(autodir): argument
24 return os.path.join(autodir, 'results', 'default', 'debug', 'client.DEBUG')
73 autodir = host.get_autodir()
74 if not (autodir and autodir.startswith(PROFILER_TMPDIR)):
96 at.install_no_autoserv(autodir=tmp_dir)
132 def _get_failure_logs(self, autodir, test, host): argument
141 host.get_file(get_profiler_log_path(autodir), path)
143 self._get_profiler_logs(autodir, test, host)
151 for host, at, autodir in hosts:
152 self._get_failure_logs(autodir, test, host)
155 def _get_profiler_logs(self, autodir, test, host): argument
156 results_dir = get_profiler_results_dir(autodir)
180 for host, at, autodir in hosts:
188 self._get_failure_logs(autodir, test, host)
191 remote_results_dir = get_profiler_results_dir(autodir)
254 for host, at, autodir in hosts:
255 self._get_profiler_logs(autodir, test, host)