Home
last modified time | relevance | path

Searched full:preview_cache_path (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml110 preview_cache_path: [ cache, default, default@PreviewArkTS, esmodule ]
139 preview_cache_path: [ cache, default, default@PreviewArkTS, esmodule ]
168 preview_cache_path: [ cache, default, default@PreviewArkTS, esmodule ]
197 preview_cache_path: [ cache, default, default@PreviewArkTS, esmodule ]
228 preview_cache_path: [ cache, default, default@PreviewArkTS, esmodule ]
Doptions.py216 task.preview_cache_path = hap['preview_cache_path']
Dexecution.py1071 task.path, *module_path, *task.build_path, *task.preview_cache_path, 'debug')
1158 preview_cache_path = os.path.join(preview_path, *task.preview_cache_path)
1159 source_map_path = os.path.join(preview_cache_path, 'debug', 'sourceMaps.json') if is_debug \
1160 else os.path.join(preview_cache_path, 'release', 'sourceMaps.json')
1975 preview_cache_path = os.path.join(task.path, *module_path, '.preview')
1976 if os.path.exists(preview_cache_path):
1977 shutil.rmtree(preview_cache_path)
1978 logging.debug(f"delete preview cache successfully on this path: {preview_cache_path}")
2246 task.path, *module_path, *task.preview_path, *task.preview_cache_path)
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py55 self.preview_cache_path = ['entry', '.preview']
Dperformance_build.py220 cache_path = os.path.join(self.config.project_path, *self.config.preview_cache_path)