Lines Matching full:build_path
341 task.path, *module_path, *task.build_path, *task.cache_path, 'debug')
346 task.path, *module_path, *task.build_path, *task.cache_path, 'release')
1071 task.path, *module_path, *task.build_path, *task.preview_cache_path, 'debug')
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')
1676 output_file = os.path.join(task.path, *module_path, *task.build_path, *output_path)
2216 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path))
2514 … dependency_path = os.path.join(task.har_module, *task.build_path, *task.har_output_path_har)
2643 build_path = os.path.join(task.path, *task.hap_module_path, *task.build_path)
2644 cache_path = os.path.join(build_path, *task.cache_path, 'debug') if is_debug \
2645 else os.path.join(build_path, *task.cache_path, 'release')
2662 cache_file = os.path.join(task.path, *task.hap_module_path, *task.build_path, *task.cache_path)