Home
last modified time | relevance | path

Searched refs:makefile_path (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_linux_scann.py29 self.makefile_path = hdf_utils.get_vendor_makefile_path(
31 if not os.path.exists(self.makefile_path):
33 'Makefile: %s not exist' % self.makefile_path,
234 makefile_path=model_makefile_path)
237 makefile_path=model_makefile_path)
243 result_dict["makefile_path"] = self.makefile_path
247 def scann_driver_configs(self, makefile_path): argument
249 parent_path = "/".join(makefile_path.split("/")[:-1])
259 makefile_path): argument
269 result_v, makefile_path, drivers_sources)
[all …]
H A Dhdf_model_enable_operation.py36 self.makefile_path = hdf_utils.get_vendor_makefile_path(
38 if not os.path.exists(self.makefile_path):
40 'Makefile: %s not exist' % self.makefile_path,
43 self.contents_makefile = hdf_utils.read_file_lines(self.makefile_path)
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
H A Dmk_file_add_config.py134 makefile_path = os.path.join(root, temp_makefile, "Makefile")
135 date_lines = hdf_utils.read_file_lines(makefile_path)
146 hdf_utils.write_file_lines(makefile_path, date_lines)
147 return makefile_path
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py122 makefile_path = os.path.join(adapter_model_path, file_name)
126 audio_makefile_file_operation(makefile_path, args_tuple)
129 makefile_path, driver_file_path[0], driver_head_path[0],
131 file_path['Makefile'] = makefile_path