OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_path
(Results
1 - 2
of
2
) sorted by null
/external/autotest/tko/
retrieve_logs.cgi
24
def _retrieve_logs_dummy(
job_path
):
58
job_path
= args['
job_path
']
62
host,
job_path
)
64
http_path = 'http://%s%s' % (host,
job_path
)
77
return 'http', normalized_host,
job_path
82
def _get_tpool_args(hosts,
job_path
, is_shard, host_set):
86
@param
job_path
: a requested job path.
97
arg = {'host': host, '
job_path
':
job_path
, 'shard': is_shard
[
all
...]
compose_query.cgi
153
job_path
= frontend.html_root + job_tag + '/'
161
return '/tko/retrieve_logs.cgi?' + urllib.urlencode({'job' :
job_path
,
Completed in 1286 milliseconds