Searched refs:check_path (Results 1 – 3 of 3) sorted by relevance
/build/tools/component_tools/static_check/ |
D | csct.py | 38 check_path = "" variable in CsctGlobal 60 def handle_white_dir(self, check_path): argument 72 if check_path: 73 ret_list = [x[len(check_path)+1:] 74 for x in ret_list if x.startswith(check_path)] 135 self.check_path = os.path.normpath(args.path) 140 self.whitelist = self.handle_white_dir(self.check_path) 146 check_path=self.check_path).output() 149 bundle_errs = BundlesCheck.to_df(self.check_path)
|
/build/tools/component_tools/static_check/gn_check/ |
D | check_gn.py | 41 def __init__(self, ohos_root: str, black_dir: tuple = tuple(), check_path='') -> None: argument 50 self.check_path = check_path 53 if check_path == '' or check_path is None: 56 self.abs_check_path = os.path.join(self.ohos_root, check_path) 222 [key[len(self.check_path) + 1:], pos, rules, issue]) 308 … self.check_path) + 1:], 'line {}:{}'.format(item['line_number'], item['content']), rules, issue]) 355 if self.check_path == '' or self.check_path is None:
|
/build/hb/util/ |
D | device_util.py | 48 DeviceUtil.check_path(board_path) 86 def check_path(path: str): member in DeviceUtil
|