Home
last modified time | relevance | path

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

/ohos5.0/build/templates/common/
H A Dgenerate_component_package.py233 def _toolchain_lib_handler(args, toolchain_path, _name, module, toolchain_name): argument
234 for root, dirs, files in os.walk(toolchain_path):
244 toolchain_path = os.path.join(args.get("out_path"), i, 'obj', subsystem_name,
246 return toolchain_path
261 toolchain_path = os.path.join(args.get("out_path"), i, subsystem_name,
266 toolchain_path = _toolchain_static_file_path_mapping(subsystem_name, args, i)
267 _toolchain_lib_handler(args, toolchain_path, _name, module, i)