Searched full:cache_path (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/panda_guard/tests/script/ |
| D | update_test_config_json.py | 56 cache_path = os.path.join(base_path, cache_name) 57 update_json_file(config_path, json_field, cache_path)
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 54 # -cache_path: path to cache path, in form of list 75 cache_path: 87 cache_path: 109 cache_path: [ cache, default, default@CompileArkTS, esmodule ] 138 cache_path: [ cache, default, default@LegacyCompileArkTS, jsbundle ] 167 cache_path: [ cache, default, default@LegacyCompileArkTS, jsbundle ] 196 cache_path: [ cache, default, default@LegacyCompileJS, jsbundle ] 227 cache_path: [ cache, default, default@CompileArkTS, esmodule ]
|
| D | options.py | 87 self.cache_path = '' 215 task.cache_path = hap['cache_path'] 230 task.backup_info.cache_path = os.path.join(task.path, 'test_suite_cache')
|
| D | execution.py | 340 cache_path = os.path.join( 341 task.path, *module_path, *task.build_path, *task.cache_path, 'debug') 345 cache_path = os.path.join( 346 task.path, *module_path, *task.build_path, *task.cache_path, 'release') 350 validate_cache_file(task, inc_info, modified_files, cache_path, backup_path) 1070 cache_path = os.path.join( 1074 … passed = validate_cache_file(task, preview_task_info, modified_files, cache_path, backup_path) 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') 2096 backup_path = task.backup_info.cache_path [all …]
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_build.py | 220 cache_path = os.path.join(self.config.project_path, *self.config.preview_cache_path) 221 if os.path.exists(cache_path): 222 shutil.rmtree(cache_path)
|