Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml44 # -cache_path: path to cache path, in form of list
57 cache_path:
69 cache_path:
83 cache_path: [cache, default, default@CompileArkTS, esmodule]
97 cache_path: [cache, default, default@LegacyCompileArkTS, jsbundle]
111 cache_path: [cache, default, default@LegacyCompileArkTS, jsbundle]
125 cache_path: [cache, default, default@LegacyCompileJS, jsbundle]
Doptions.py66 self.cache_path = ''
174 task.cache_path = hap['cache_path']
179 task.backup_info.cache_path = os.path.join(task.path, 'test_suite_cache')
Dexecution.py124 cache_path = os.path.join(
125 task.path, *(task.build_path), *(task.cache_path), 'debug')
129 cache_path = os.path.join(
130 task.path, *(task.build_path), *(task.cache_path), 'release')
134 for root, dirs, files in os.walk(cache_path):
140 file_absolute_path, cache_path)
734 task.path, *(task.build_path), *(task.cache_path), 'release')
947 backup_path = task.backup_info.cache_path
981 backup_path = task.backup_info.cache_path
989 task.path, *(task.build_path), *(task.cache_path))
[all …]