Searched full:build_path (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/fixtures/ |
| D | app.py | 28 build_path = tmp_path_factory.mktemp("build") 29 bin_path = build_path / "bin" 30 plugin_path = build_path / "plugins" / "ets" 39 build_path / "icudt72l.dat" 43 return build_path, *paths
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 50 # -build_path: path to build path, in form of list 74 build_path: 86 build_path: 105 build_path: [ build, default ] 134 build_path: [ build, default ] 163 build_path: [ build, default ] 192 build_path: [ build, default ] 223 build_path: [ build, default ]
|
| D | options.py | 105 self.build_path = [] 213 task.build_path = hap['build_path']
|
| D | utils.py | 168 build_path = os.path.join(task.path, *module_path, *task.build_path) 169 out_path = os.path.join(build_path, *output_path_signed)
|
| D | execution.py | 341 task.path, *module_path, *task.build_path, *task.cache_path, 'debug') 346 task.path, *module_path, *task.build_path, *task.cache_path, 'release') 1071 task.path, *module_path, *task.build_path, *task.preview_cache_path, 'debug') 1643 task.path, *task.hsp_module_path, *(task.build_path), *(task.cache_path), 'release') 1646 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path), 'release') 1676 output_file = os.path.join(task.path, *module_path, *task.build_path, *output_path) 2216 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path)) 2514 … dependency_path = os.path.join(task.har_module, *task.build_path, *task.har_output_path_har) 2643 build_path = os.path.join(task.path, *task.hap_module_path, *task.build_path) 2644 cache_path = os.path.join(build_path, *task.cache_path, 'debug') if is_debug \ [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/test/environment_test/ |
| D | environment_test.py | 202 build_path = current_path / f"ccc-{random_suffix()}" 207 build_path.mkdir(parents=True, exist_ok=True) 211 os.environ[RunnerEnv.mandatory_props[2][0]] = str(build_path) 227 self.assertEqual(str(build_path), build_env, f"for {RunnerEnv.mandatory_props[2][0]}") 232 build_path.rmdir()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/ |
| D | options_general.py | 136 build_path = Macros.expand_macros_in_path("${PANDA_BUILD}", self) 137 if build_path is None: 139 return Path(build_path).expanduser()
|