Home
last modified time | relevance | path

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

/ohos5.0/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn.py21 get_subsystem_components_modified
59 self.subsystem_info = get_subsystem_components_modified(ohos_root)
/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py71 def get_subsystem_components_modified(ohos_root: str) -> dict: function