Searched refs:bin_path (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/ |
H A D | efuse_cfg_gen.py | 44 bin_path = os.path.join(csv_dir, 'efuse_cfg.bin')
variable 45 #print('bin_path:', bin_path)
75 with open(bin_path, 'wb') as f:
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_env_cfg.py | 54 self.bin_path = os.path.join(final_dir, 'bin') 81 self.map_file = os.path.join(self.bin_path, '%s_demo.map'%(self.chip_type)) 303 self.map_file = os.path.join(self.bin_path, '%s_%s.map'%((self.chip_type), self.app_name))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_env_cfg.py | 54 self.bin_path = os.path.join(final_dir, 'bin') 81 self.map_file = os.path.join(self.bin_path, '%s_demo.map'%(self.chip_type)) 303 self.map_file = os.path.join(self.bin_path, '%s_%s.map'%((self.chip_type), self.app_name))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
H A D | prepare.py | 44 dir_list = [env_cfg.bin_path, env_cfg.log_path, env_cfg.cache_path, env_cfg.link_path]
|
Completed in 3 milliseconds