Searched refs:cfg_file (Results 1 – 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
D | mk_prim_xml_step1.py | 158 def cp_effect_content(dst_full_file_name_list, cfg_file = None, scons_flag = False): argument 159 print('cfg file:', cfg_file) 160 …= g_params['PRIM_XML_TEMP_BASE_ROOT_DIR'].strip() if cfg_file is None else os.path.dirname(cfg_fil… 161 key_word = g_params['PRIM_XML_KEY_WORD'].strip() if cfg_file is None else None 169 cfg_file_name = os.path.join(base_folder, '%s.cfg'%key_word) if cfg_file is None else cfg_file
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
D | build_nv.py | 459 def HI_NV_XmlModifyByCfg(cfg_file, src_xml, dst_xml): argument 465 with open(cfg_file) as cfg_fp: 561 for cfg_file in cfg_file_list: 562 if cfg_file.endswith(".cfg"): 563 cfg_file = cfg_file[:-len('.cfg')] 564 print('cfg_file:', cfg_file) 565 cfg_file_full_name = os.path.join(g_nv_env.app_cfg_dir, '%s.cfg'%cfg_file) 566 cfg_xml_full_name = os.path.join(g_nv_env.temp_dir, '%s.xml'%cfg_file) 568 cfg_bin_dir = os.path.join(g_nv_env.temp_dir, cfg_file)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
D | build_nv.py | 459 def HI_NV_XmlModifyByCfg(cfg_file, src_xml, dst_xml): argument 465 with open(cfg_file) as cfg_fp: 561 for cfg_file in cfg_file_list: 562 if cfg_file.endswith(".cfg"): 563 cfg_file = cfg_file[:-len('.cfg')] 564 print('cfg_file:', cfg_file) 565 cfg_file_full_name = os.path.join(g_nv_env.app_cfg_dir, '%s.cfg'%cfg_file) 566 cfg_xml_full_name = os.path.join(g_nv_env.temp_dir, '%s.xml'%cfg_file) 568 cfg_bin_dir = os.path.join(g_nv_env.temp_dir, cfg_file)
|
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/ |
D | gt9xx_update.c | 102 struct file *cfg_file; member 691 if(NULL == update_msg.cfg_file) in gup_update_config() 696 file_len = update_msg.cfg_file->f_op->llseek(update_msg.cfg_file, 0, SEEK_END); in gup_update_config() 711 update_msg.cfg_file->f_op->llseek(update_msg.cfg_file, 0, SEEK_SET); in gup_update_config() 714 …ret = update_msg.cfg_file->f_op->read(update_msg.cfg_file, (char*)pre_buf, file_len, &update_msg.c… in gup_update_config() 849 update_msg.cfg_file = pfile; in gup_search_file() 856 update_msg.cfg_file = pfile; in gup_search_file() 932 _CLOSE_FILE(update_msg.cfg_file); in gup_check_update_file() 2480 _CLOSE_FILE(update_msg.cfg_file); in gup_update_proc()
|