Searched refs:root_path (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | pkt_builder.py | 29 root_path = os.path.join(os.getcwd(), '..', '..') if getattr(sys, 'frozen', False) else os.path.join(os.path.dirname(__file__), '..', '..')
variable 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.path.join(root_path, usr_realtive_output, 'output', 'bin')
39 self.__key_dir_path = os.path.join(root_path, 'tools', 'sign_tool')
40 self.__lzma_tool_path = os.path.join(root_path, r'tools', r'lzma_tool', r'lzma_tool')
41 self.__build_tmp_path = os.path.join(root_path, usr_realtive_output, 'output', 'bin')
271 fu.set_pkt_path(os.path.join(root_path, usr_outpu [all...] |
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 1115 static char root_path[MAX_INDEX_ENTRY_PATH_LEN] = "\0"; variable 1182 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main() 1489 if (root_path[0]) { in write_index_tbl() 1490 if (!strncmp(path, root_path, strlen(root_path))) { in write_index_tbl() 1491 path += strlen(root_path); in write_index_tbl()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 1135 static char root_path[MAX_INDEX_ENTRY_PATH_LEN] = "\0"; variable 1202 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main() 1505 if (root_path[0]) { in write_index_tbl() 1506 if (!strncmp(path, root_path, strlen(root_path))) { in write_index_tbl() 1507 path += strlen(root_path); in write_index_tbl()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/ |
H A D | vou_reg.h | 4203 unsigned int root_path : 2; /* [2..1] */ member
|
Completed in 29 milliseconds