Home
last modified time | relevance | path

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

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