Home
last modified time | relevance | path

Searched defs:check_path (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/tools/component_tools/static_check/
H A Dcsct.py38 check_path = "" variable in CsctGlobal
60 def handle_white_dir(self, check_path): argument
/ohos5.0/build/hb/util/
H A Ddevice_util.py86 def check_path(path: str): member in DeviceUtil
/ohos5.0/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn.py41 def __init__(self, ohos_root: str, black_dir: tuple = tuple(), check_path='') -> None: argument