Home
last modified time | relevance | path

Searched refs:file_path_list (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/server/plugin_manager/
H A Dget_config_ini.py115 file_path_list = []
120 file_path_list.append(os.path.join(path, file_name))
121 return file_path_list
123 def get_config_ini(self, file_path_list, board_name): argument
131 for ini_file_path in file_path_list:
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_model_enable_operation.py240 file_path_list = self._get_config_linux()
241 for file_path in file_path_list:
260 file_path_list = self._get_config_linux()
261 for file_path in file_path_list: