Home
last modified time | relevance | path

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

/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py41 subsystem_path = os.path.join(ohos_path, subsystem_json[i]["path"])
42 if not os.path.exists(subsystem_path):
43 ErrorInfo.g_subsystem_path_error.append(subsystem_path)
45 cmd = 'find %s -name bundle.json' % subsystem_path
/ohos5.0/build/hb/util/loader/
H A Dsubsystem_scan.py52 def _scan_build_file(subsystem_path): argument
55 for root, dirs, files in os.walk(subsystem_path):
/ohos5.0/build/ohos/testfwk/
H A Dtestcase_resource_copy.py230 def _find_resource_config_file(config_file_name: str, subsystem_path: str, module_name: str) -> str:
231 resource_config_file = os.path.join('../../', subsystem_path,