Home
last modified time | relevance | path

Searched refs:strip (Results 1 - 14 of 14) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmk_prim_xml_step1.py59 g_params['I_FILE_DIR'] = os.path.join(g_params['PRIM_XML_TEMP_ROOT_DIR'].strip(), g_params['PRIM_XML_KEY_WORD'])
63 file_name = g_params['PRIM_XML_FILE_ID_FILE'].strip(' ') if path is None else path
74 file_name = g_params['PRIM_XML_MOD_ID_FILE'].strip(' ')
89 sub_dir=sub_dir.strip()
92 full_dir = full_dir.strip()
111 temp_dir = g_params['I_FILE_DIR'].strip()
115 cc=g_params['CC'].strip()
116 cflag = g_params['CFLAGS'].strip()
135 key_word = g_params['PRIM_XML_KEY_WORD'].strip()
160 base_folder = g_params['PRIM_XML_TEMP_BASE_ROOT_DIR'].strip() i
[all...]
H A Dscons_utils.py180 value = value.strip('"')
199 return options[option].strip('"')
215 return options[option].strip('"')
235 tmp_cfg = cfg.split('=')[1].strip('$').strip('(').strip(')').strip()
H A Dhi_config_parser.py75 option = option.strip()
79 cfg_options[marco.strip()] = value.strip()
H A Dmake_upg_file.py402 aes_key_bin = bytearray.fromhex(lines[1].split(':')[1].split(';')[0].strip())
410 aes_iv_bin = bytearray.fromhex(lines[2].split(':')[1].split(';')[0].strip())
H A Dpkt_builder.py422 app_name = app_name.strip('"')
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_utils.py180 value = value.strip('"')
199 return options[option].strip('"')
215 return options[option].strip('"')
235 tmp_cfg = cfg.split('=')[1].strip('$').strip('(').strip(')').strip()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/
H A DMakefile230 @$(CFG_HI_TOOLCHAINS_NAME)-strip --strip-unneeded $(MOD_NAME_CMN).ko
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py469 key=L[0].strip()
470 val=L[1].strip()
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py469 key=L[0].strip()
470 val=L[1].strip()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A DMakefile253 EXTRA_LDFLAGS += --strip-debug
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/
H A DMakefile297 EXTRA_LDFLAGS += --strip-debug
/device/soc/rockchip/common/sdk_linux/
H A DMakefile438 STRIP = llvm-strip
447 STRIP = $(CROSS_COMPILE)strip
1074 # the default option --strip-debug will be used. Otherwise,
1075 # INSTALL_MOD_STRIP value will be used as the options to the strip command.
1079 mod_strip_cmd = $(STRIP) --strip-debug
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm376 --strip=STRIP use strip tool STRIP [$strip_default]
1255 test_cmd $strip $ASMSTRIPFLAGS "$@" $TMPO
2510 strip
3775 strip_default="llvm-strip"
3789 strip_default="strip -X32_64"
4361 set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \
5392 strip="strip -d"
5399 strip
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/
H A Dbase.mak52 ifeq ($(strip $(CFG_HI_ITRUSTEE_SUPPORT)), y)

Completed in 16 milliseconds