Home
last modified time | relevance | path

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

/build/tools/component_tools/static_check/bundle_check/
Dbundle_check_common.py55 if BundleCheckTools.is_project(root_path):
66 def is_project(path:str) -> bool: member in BundleCheckTools
78 if not BundleCheckTools.is_project(root):
Dget_subsystem_with_component.py106 if not is_project(ohos_path):
117 def is_project(path: str) -> bool: function
Dbundle_json_check.py483 if not BundleCheckTools.is_project(args.project):