Home
last modified time | relevance | path

Searched refs:cache_path (Results 1 – 9 of 9) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
DSConscript23 cache_path = env_cfg.cache_path variable
99 boot_elf = env.Command(target=os.path.join("#", cache_path, "loader_boot.elf"), source=sorted(objs)…
100 boot_bin = env.Command(target=os.path.join("#", cache_path, "hi_loader_boot.bin"), source=boot_elf,
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/loaderboot/
DSConscript23 cache_path = env_cfg.cache_path variable
102 boot_elf = env.Command(target=os.path.join("#", cache_path, "loader_boot.elf"), source=sorted(objs)…
103 boot_bin = env.Command(target=os.path.join("#", cache_path, "hi_loader_boot.bin"), source=boot_elf,
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/
DSConscript23 cache_path = env_cfg.cache_path variable
109 boot_elf = env.Command(target=os.path.join("#", cache_path, "flash_boot.elf"), source=sorted(objs),…
110 boot_bin = env.Command(target=os.path.join("#", cache_path, "hi_flash_boot.bin"), source=boot_elf,
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
DSConscript23 cache_path = env_cfg.cache_path variable
106 boot_elf = env.Command(target=os.path.join("#", cache_path, "flash_boot.elf"), source=sorted(objs),…
107 boot_bin = env.Command(target=os.path.join("#", cache_path, "hi_flash_boot.bin"), source=boot_elf,
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/
DSConstruct303 get_ota_object().set_build_temp_path(build_temp_path = env_cfg.cache_path)
406 get_ota_object().set_build_temp_path(build_temp_path = env_cfg.cache_path)
470 …ota_file = os.path.join(env_cfg.cache_path, '%s_ota_%s.bin'%(env_cfg.target_name, 'temp')) #tmp fi…
484 …= sign_build.Binary(source = target_out, target = os.path.join(env_cfg.cache_path, '%s%s'%(env_cfg…
487 …base_bin_target = os.path.join(env_cfg.cache_path, '%s_base%s.bin'%(env_cfg.target_name, name_suff…
488 …kernel_bin_target = os.path.join(env_cfg.cache_path, '%s_kernel%s.bin'%(env_cfg.target_name, name_…
/device/soc/hisilicon/hi3861v100/sdk_liteos/
DSConstruct302 get_ota_object().set_build_temp_path(build_temp_path = env_cfg.cache_path)
405 get_ota_object().set_build_temp_path(build_temp_path = env_cfg.cache_path)
469 …ota_file = os.path.join(env_cfg.cache_path, '%s_ota_%s.bin'%(env_cfg.target_name, 'temp')) #tmp fi…
483 …= sign_build.Binary(source = target_out, target = os.path.join(env_cfg.cache_path, '%s%s'%(env_cfg…
486 …base_bin_target = os.path.join(env_cfg.cache_path, '%s_base%s.bin'%(env_cfg.target_name, name_suff…
487 …kernel_bin_target = os.path.join(env_cfg.cache_path, '%s_kernel%s.bin'%(env_cfg.target_name, name_…
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dscons_env_cfg.py51 self.cache_path = os.path.join(tmp_dir, 'cache')
337 'CACHE_PATH': self.cache_path,
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
Dscons_env_cfg.py51 self.cache_path = os.path.join(tmp_dir, 'cache')
337 'CACHE_PATH': self.cache_path,
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
Dprepare.py44 dir_list = [env_cfg.bin_path, env_cfg.log_path, env_cfg.cache_path, env_cfg.link_path]