Searched refs:engine_path (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/infra/bots/ |
D | recipes.py | 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 179 if not engine_path and url.startswith('file://'): 180 engine_path = urlparse.urlparse(url).path 182 if not engine_path: 187 engine_path = os.path.join(recipes_path, '.recipe_deps', 'recipe_engine') 191 _git_check_call(['init', engine_path], stdout=NUL) 196 cwd=engine_path, 201 cwd=engine_path, 206 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 208 index_lock = os.path.join(engine_path, '.git', 'index.lock') [all …]
|
/third_party/gn/infra/ |
D | recipes.py | 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 179 if not engine_path and url.startswith('file://'): 180 engine_path = urlparse.urlparse(url).path 182 if not engine_path: 187 engine_path = os.path.join(recipes_path, '.recipe_deps', 'recipe_engine') 191 _git_check_call(['init', engine_path], stdout=NUL) 196 cwd=engine_path, 201 cwd=engine_path, 205 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 207 index_lock = os.path.join(engine_path, '.git', 'index.lock') [all …]
|
/third_party/jerryscript/ |
D | engine.gni | 53 engine_path = "//third_party/jerryscript" 55 core_path = "${engine_path}/jerry-core" 57 debugger_path = "${engine_path}/jerry-debugger" 59 ext_path = "${engine_path}/jerry-ext" 61 libm_path = "${engine_path}/jerry-libm" 63 port_path = "${engine_path}/jerry-port"
|
/third_party/jerryscript/tests/unit-core/ |
D | BUILD.gn | 42 "${engine_path}/jerry-main",
|