Home
last modified time | relevance | path

Searched full:cache_path (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml54 # -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 ]
Doptions.py87 self.cache_path = ''
215 task.cache_path = hap['cache_path']
230 task.backup_info.cache_path = os.path.join(task.path, 'test_suite_cache')
Dexecution.py340 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/
Dperformance_build.py220 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)