Searched refs:head_path (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/ |
H A D | gn_file_add_config.py | 41 source_path, head_path, module, driver, root, devices, kernel = args_tuple 76 date_lines, "", head_path[0], devices, root, kernel_type=kernel) 97 def analyze_parent_path(date, source_path, head_path, argument 121 parent_path_temp = head_path.split(devices)[0].strip( 144 relatively_path, source_path, head_path, date_replace) 153 if head_path: 154 file_head_path_full = head_path.replace("\\", "/") 188 head_path.split(include_model_info, 1)[-1]. 230 frameworks_value, source_file_path, module, driver, head_path) 240 frameworks_value, source_file_path, module, driver, head_path): argument [all …]
|
H A D | mk_file_add_config.py | 41 source_path, head_path, module, driver, root, devices, kernel = args_tuple 78 date_lines, "", head_path[0], devices, root, kernel_type=kernel) 90 def makefile_file_operation(path, driver_file_path, head_path, argument 114 list(filter(lambda x: x, head_path.split(root_path)[-1]. 120 lambda x: x, head_path.split(module, 1)[-1][1:]. 126 list(filter(lambda x: x, head_path.split("model")[-1].strip(
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
H A D | mk_file_add_config.py | 72 def audio_makefile_template(date_lines, driver, source_path, head_path, devices, root): argument 99 for head_file in head_path: 103 if head_file == head_path[-1]: 116 source_path, head_path, module, driver, root, devices, board = args_tuple 137 date_lines, driver, source_path, head_path, devices, root) 159 def linux_makefile_operation(path, driver_file_path, head_path, module, driver): argument 193 …'head_file_path': '/'.join(head_path.split("model")[-1].strip(os.path.sep).split(os.path.sep)[:-1])
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 227 source_file, head_path = self.create_model_file_name( 243 head_path, data_model, templates_list, target_path, args_tuple) 305 self, head_path, data_model, templates_list, target_path, *args_tuple): argument 328 path_list = list(os.path.split(head_path)) 334 if not os.path.exists(head_path): 335 os.makedirs(head_path) 339 head_file_name = os.path.join(head_path, create_head_name)
|