Searched refs:subsystem_path (Results 1 – 3 of 3) sorted by relevance
41 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
52 def _scan_build_file(subsystem_path): argument55 for root, dirs, files in os.walk(subsystem_path):
230 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,