Home
last modified time | relevance | path

Searched refs:source_file_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 Dgn_file_add_config.py163 source_file_path = driver_file_path.replace('\\', '/')
171 frameworks_value, source_file_path, module, driver, head_path)
178 build_gn_path_config = source_file_path.split(include_model_info + "/", 1)
222 source_file_path = driver_file_path.replace('\\', '/')
230 frameworks_value, source_file_path, module, driver, head_path)
240 frameworks_value, source_file_path, module, driver, head_path): argument
243 build_gn_path_config = source_file_path.split(include_model_info)
H A Dmk_file_add_config.py97 source_file_path = driver_file_path.replace('\\', '/')
102 makefile_path_config = source_file_path.split(include_model_info)
118 'source_file_path': source_file_path.split(module, 1)[-1][1:],
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
H A Dmk_file_add_config.py162 source_file_path = driver_file_path.replace('\\', '/')
175 str_start = source_file_path.find(module) + len(module) + 1
179 'source_file_path': source_file_path[str_start:].replace(".c", ".o")
187 makefile_path_config = source_file_path.split(include_model_info)
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py393 def _file_gen_lite(self, template, source_file_path, model): argument
396 self._template_fill(template_path, source_file_path, model)