OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:engine_path
(Results
1 - 2
of
2
) sorted by null
/external/skia/infra/bots/
recipes.py
148
def checkout_engine(
engine_path
, repo_root, recipes_cfg_path):
156
if not
engine_path
and url.startswith('file://'):
157
engine_path
= urlparse.urlparse(url).path
159
if not
engine_path
:
166
engine_path
= os.path.join(engine, subpath)
184
return
engine_path
208
engine_path
= checkout_engine(engine_override, repo_root, recipes_cfg_path)
212
os.path.join(
engine_path
, 'recipes.py')] + args)
/external/skqp/infra/bots/
recipes.py
148
def checkout_engine(
engine_path
, repo_root, recipes_cfg_path):
156
if not
engine_path
and url.startswith('file://'):
157
engine_path
= urlparse.urlparse(url).path
159
if not
engine_path
:
166
engine_path
= os.path.join(engine, subpath)
184
return
engine_path
208
engine_path
= checkout_engine(engine_override, repo_root, recipes_cfg_path)
212
os.path.join(
engine_path
, 'recipes.py')] + args)
Completed in 268 milliseconds