OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paths_to_replace
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/
autoserv
182
paths_to_replace
= {}
187
paths_to_replace
[control] = container_control_filename
191
paths_to_replace
[parser.options.results] = container_result_dir
195
paths_to_replace
[parser.options.parse_job] = container_result_dir
197
args = [
paths_to_replace
.get(arg, arg) for arg in args]
autoserv.py
182
paths_to_replace
= {}
187
paths_to_replace
[control] = container_control_filename
191
paths_to_replace
[parser.options.results] = container_result_dir
195
paths_to_replace
[parser.options.parse_job] = container_result_dir
197
args = [
paths_to_replace
.get(arg, arg) for arg in args]
Completed in 80 milliseconds