Home
last modified time | relevance | path

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

/build/tools/component_tools/
Dcomponents_dependence_analysis.py74 module = Module.create_module_by_string(ohos_module_string, True)
80 module = Module.create_module_by_string(ohos_module_string, False)
Dcomponent_node.py79 def create_module_by_string(ohos_string, is_so): member in Module