• Home
  • Raw
  • Download

Lines Matching full:cache_path

340             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
2133 backup_path = task.backup_info.cache_path
2174 backup_path = task.backup_info.cache_path
2208 backup_path = task.backup_info.cache_path
2216 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path))
2237 backup_path = task.backup_info.cache_path
2320 if os.path.exists(task.backup_info.cache_path):
2321 shutil.rmtree(task.backup_info.cache_path)
2541 def validate_cache_file(task, info, modified_files, cache_path, backup_path): argument
2549 for root, dirs, files in os.walk(cache_path):
2554 file_relative_path = os.path.relpath(file_absolute_path, cache_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')
2650 ts_file_path = os.path.join(cache_path, dir_name, ts_file_name)
2662 cache_file = os.path.join(task.path, *task.hap_module_path, *task.build_path, *task.cache_path)