Home
last modified time | relevance | path

Searched refs:os (Results 1 - 25 of 28) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dcommon_env.py21 import os namespace
42 cur_file_path = os.path.split(os.path.realpath(__file__))[0]
43 netcfg_lib_dir = os.path.join(cur_file_path, '..', '..', '..', '..', '..',
46 os.path.join('build', 'scripts'),
47 os.path.join('build', 'libs'),
49 os.path.join('ohos', 'libs'),
54 os.path.join('build', 'libs'),
62 'boot': os.path.join('boot', 'flashboot'),
63 'loaderboot': os
[all...]
H A Dpkt_builder.py21 import os namespace
29 root_path = os.path.join(os.getcwd(), '..', '..') if getattr(sys, 'frozen', False) else os.path.join(os.path.dirname(__file__), '..', '..')
34 self.__bootBinPath = os.path.join(root_path, usr_realtive_output, 'build', 'flashboot', 'Hi3861_flash_boot.bin')
35 self.__kernelBinPath = os.path.join(root_path, usr_realtive_output, 'output', 'bin', '%s_non_rom.bin'%self.__app_name)
36 self.__normalNvPath = os.path.join(root_path, 'build', 'build_tmp', 'nv', '%s_normal.hnv'%app_name)
37 self.__factoryNvPath = os.path.join(root_path, 'build', 'build_tmp', 'nv', '%s_factory.hnv'%app_name)
38 self.__pktPath = os
[all...]
H A Dhi_config_parser.py21 import os namespace
55 if os.path.exists(self.config_file) is False:
64 dir_path = os.path.dirname(os.path.dirname(os.path.realpath(getsourcefile(self.local_main))))
65 return os.path.join(dir_path, 'config', 'usr_config.mk')
67 return os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'config', 'usr_config.mk')
111 dir_path = os
[all...]
H A Dmk_prim_xml_step1.py21 import os namespace
59 g_params['I_FILE_DIR'] = os.path.join(g_params['PRIM_XML_TEMP_ROOT_DIR'].strip(), g_params['PRIM_XML_KEY_WORD'])
93 full_dir = os.path.join(full_dir, sub_dir)
95 file_name_list = os.listdir(full_dir)
98 full_file_name = os.path.join(full_dir, file_name)
99 if os.path.isfile(full_file_name):
112 if os.path.isdir(temp_dir):
114 os.makedirs(temp_dir)
125 dst_full_file_name = os.path.join(temp_dir, dst_file_name)
136 parse_file = os
[all...]
H A Dscons_env_cfg.py21 import os namespace
41 self.root = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
42 self.os_root = os.path.realpath(os.path.join(self.root, 'platform', 'os', 'Huawei_LiteOS'))
46 tmp_dir = os.path.join('build', 'build_tmp')
48 self.log_path = os.path.join(tmp_dir, 'logs')
49 self.obj_path = os.path.join(tmp_dir, 'objs')
50 self.lib_path = os
[all...]
H A Dscons_app.py21 import os namespace
53 self.proj_root = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
62 dirs = os.listdir(os.path.join(self.proj_root, 'app'))
64 return os.path.join('app', self.app_name)
90 libs.extend([lib[3:-2] for lib in os.listdir(folder) if lib.startswith('lib') and lib.endswith('.a')])
108 app_scons = os.path.join(self.proj_root, self.app_root, 'SConscript')
109 if os.path.isfile(app_scons) == False:
112 self.app_cfg_file = os
[all...]
H A Dscons_utils.py21 import os namespace
69 for root, dirs, files in os.walk(search_dir):
71 src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root)
72 print('relative dir:',os.path.relpath(root, search_dir) if full_path == False else root)
77 env_path_param = os.environ['PATH'].split(':')
79 compiler = os.path.join(param, 'riscv32-unknown-elf-gcc')
80 if os.path.isfile(compiler):
88 os.makedir(dir)
89 usr_config_path = os.path.join('build', 'config', 'usr_config.mk')
90 if os
[all...]
H A D__init__.py21 import os namespace
24 sys.path.append(os.path.join(os.getcwd(), 'build', 'scripts'))
H A Dmake_upg_file.py21 import os namespace
280 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
290 second_key_dir = os.path.join(alg_dir_path, r'upg_private_ecc_2.pem')
302 first_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_1.pem')
303 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
325 first_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_1.pem')
326 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
348 first_key_dir = os.path.join(alg_dir_path, r'upg_private_ecc_1.pem')
349 second_key_dir = os.path.join(alg_dir_path, r'upg_private_ecc_2.pem')
399 aes_key_file = os
[all...]
H A Dpacket_create.py22 import os namespace
72 imageSize = os.path.getsize(path)
97 pathName = os.path.basename(path)
152 imageSize = os.path.getsize(path)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_env_cfg.py21 import os namespace
41 self.root = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
42 self.os_root = os.path.realpath(os.path.join(self.root, 'platform', 'os', 'Huawei_LiteOS'))
46 tmp_dir = os.path.join('build', 'build_tmp')
48 self.log_path = os.path.join(tmp_dir, 'logs')
49 self.obj_path = os.path.join(tmp_dir, 'objs')
50 self.lib_path = os
[all...]
H A Dscons_utils.py21 import os namespace
69 for root, dirs, files in os.walk(search_dir):
71 src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root)
72 print('relative dir:',os.path.relpath(root, search_dir) if full_path == False else root)
77 env_path_param = os.environ['PATH'].split(';')
79 compiler = os.path.join(param, 'riscv32-unknown-elf-gcc.exe')
80 if os.path.isfile(compiler):
88 os.makedir(dir)
89 usr_config_path = os.path.join('build', 'config', 'usr_config.mk')
90 if os
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py21 import os namespace
291 g_nv_env.temp_dir=os.path.join(product_lib_out, app_name, '%s%s'%(g_common_ver, g_subver_name))#临时文件目录
293 g_nv_env.mdm_xml=os.path.join(root_dir, 'xml_file', hnv_file_name)
295 g_nv_env.app_xml=os.path.join(root_dir, 'xml_file', 'app_nvi_db.xml')
296 g_nv_env.app_cfg_dir=os.path.join(root_dir, 'xml_file')#区分不同产品形态
298 g_nv_env.combin_xml=os.path.join(product_lib_out, app_name, hnv_file_name)#合并后combin.xml路径
299 g_nv_env.combin_product_xml=os.path.join(g_nv_env.temp_dir, 'mss_nvi_db_%s.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
300 g_nv_env.combin_product_security_xml=os.path.join(g_nv_env.temp_dir, 'combin_%s_security.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
302 g_nv_env.src_bin_dir=os.path.join(root_dir, 'app', g_nv_env.app_name, 'nv', 'src_bin', g_nv_env.product_type)#Path for storing closed source src_bin files
303 g_nv_env.nv_tool=os
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py21 import os namespace
291 g_nv_env.temp_dir=os.path.join(product_lib_out, app_name, '%s%s'%(g_common_ver, g_subver_name))#临时文件目录
293 g_nv_env.mdm_xml=os.path.join(root_dir, 'xml_file', hnv_file_name)
295 g_nv_env.app_xml=os.path.join(root_dir, 'xml_file', 'app_nvi_db.xml')
296 g_nv_env.app_cfg_dir=os.path.join(root_dir, 'xml_file')#区分不同产品形态
298 g_nv_env.combin_xml=os.path.join(product_lib_out, app_name, hnv_file_name)#合并后combin.xml路径
299 g_nv_env.combin_product_xml=os.path.join(g_nv_env.temp_dir, 'mss_nvi_db_%s.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
300 g_nv_env.combin_product_security_xml=os.path.join(g_nv_env.temp_dir, 'combin_%s_security.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
302 g_nv_env.src_bin_dir=os.path.join(root_dir, 'app', g_nv_env.app_name, 'nv', 'src_bin', g_nv_env.product_type)#存放必源src bin文件路径
303 g_nv_env.nv_tool=os
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/menuconfig/
H A Dusr_config.py21 import os namespace
29 os.environ["MENUCONFIG_STYLE"] = style
30 os.environ["KCONFIG_CONFIG"] = conf
31 os.environ["KCONFIG_CONFIG_HEADER"] = header
34 kconfig = os.path.join("tools", "menuconfig", "Kconfig")
36 target_conf = os.path.join("build", "config", "usr_config.mk")
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dprepare.py21 import os namespace
24 proj_top_dir = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
26 sys.path.append(os.path.join(proj_top_dir, 'build'))
35 isExists=os.path.exists(path)
37 os.makedirs(path)
68 cfg_list.extend([os.path.join(os.path.relpath(env_cfg.os_root, env_cfg.root), y) for y in inc_path])
90 config_file = os.path.join(proj_top_dir, 'build', 'make_scripts', 'config.mk')
162 dst_dir = os
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/
H A Defuse_cfg_gen.py24 import os namespace
41 csv_dir = os.path.split(os.path.realpath(__file__))[0]
42 csv_path = os.path.join(csv_dir, 'efuse.csv')
44 bin_path = os.path.join(csv_dir, 'efuse_cfg.bin')
/device/soc/rockchip/rk2206/sdk_liteos/image/
H A Dbuild.py16 import os namespace
17 from os import path
28 cmd_output = os.system(shell_script);
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dclang-wrapper.py36 import os namespace
63 os.remove(ofile)
80 env = os.environ.copy()
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/
H A Dpacket_tool.py23 import os namespace
73 imageSize = os.path.getsize(path)
100 pathName = os.path.basename(path)
138 imageSize = os.path.getsize(path)
172 print(os.path.basename(pathNew))
173 pathIn32Byte = os.path.basename(pathNew)
183 pathNameList[index2] = os.path.basename(pathNew)
219 pathName = os.path.basename(path)
276 print(os.path.basename(pathNew))
277 pathIn32Byte = os
[all...]
/device/soc/rockchip/rk2206/hardware/
H A Dbuild.py7 import os namespace
71 for root, dirnames, filenames in os.walk(path):
74 src = os.path.join(root, filename)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/
H A Dmodule_config.mk8 -I$(MAIN_TOPDIR)/platform/os/Huawei_LiteOS/kernel/extended/include
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/
H A Dmodule_config.mk18 CCFLAGS += -I$(MAIN_TOPDIR)/components/iperf2/include -I$(MAIN_TOPDIR)/app/demo/include -I$(MAIN_TOPDIR)/app/demo/init -I$(MAIN_TOPDIR)/app/demo/src -I$(MAIN_TOPDIR)/config/app -I$(MAIN_TOPDIR)/config/diag -I$(MAIN_TOPDIR)/platform/os/Huawei_LiteOS/net/ripple/exports -I$(MAIN_TOPDIR)/components/ripple/exports -I$(MAIN_TOPDIR)/components/hilink/include
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/
H A Dmodule_config.mk5 CCFLAGS += -I$(MAIN_TOPDIR)/components/iperf2/include -I$(MAIN_TOPDIR)/app/demo/include -I$(MAIN_TOPDIR)/app/demo/init -I$(MAIN_TOPDIR)/app/demo/src -I$(MAIN_TOPDIR)/config/app -I$(MAIN_TOPDIR)/config/diag -I$(MAIN_TOPDIR)/platform/os/Huawei_LiteOS/net/ripple/exports -I$(MAIN_TOPDIR)/components/ripple/exports
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/
H A Dmodule_config.mk11 -I$(MAIN_TOPDIR)/platform/os/Huawei_LiteOS/targets/hi3861v100/commons

Completed in 11 milliseconds

12