Home
last modified time | relevance | path

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

/ohos5.0/build/hb/resolver/
H A Dindep_build_args_resolver.py73 elif ComponentUtil.is_in_component_dir(os.getcwd()):
H A Dbuild_args_resolver.py228 elif ComponentUtil.is_in_component_dir(os.getcwd()) and \
/ohos5.0/build/hb/util/
H A Dcomponent_util.py31 def is_in_component_dir(path: str) -> bool: member in ComponentUtil