Searched full:preview_cache_path (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 110 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 ]
|
| D | options.py | 216 task.preview_cache_path = hap['preview_cache_path']
|
| D | execution.py | 1071 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/ |
| D | performance_config.py | 55 self.preview_cache_path = ['entry', '.preview']
|
| D | performance_build.py | 220 cache_path = os.path.join(self.config.project_path, *self.config.preview_cache_path)
|