/build/templates/common/ |
H A D | check_build_target.py | 32 parser.add_argument("--skip-check-subsystem", required=False, action="store_true") 51 _depfile = check_part_subsystem_name.check(args) 55 _depfile = check_deps_handler.check(args) 59 _depfile = check_external_deps.check(args)
|
H A D | check_part_subsystem_name.py | 26 def check(args) -> list: function 63 check(args)
|
H A D | check_external_deps.py | 61 def check(args) -> list: function 90 check(args)
|
H A D | check_deps_handler.py | 28 """check whether the three-party dependency is in the part declaration""" 169 def check(args) -> list: function 183 message = "part_name: '{}' path is not exist, please check target: '{}'".format( 204 check(args)
|
H A D | include_relative_path_check.py | 37 def check(cls, include): member in Analyzer 67 if cls.check(include):
|
/build/scripts/ |
H A D | tools_checker.py | 42 :param pkg_name: Package name to check. 50 def check_build_requried_packages(host_version: str, check: bool = True): 56 :param check: Whether to prompt user of missing package. 75 if check: 129 check_result[1], check=True) 134 print("\033[31m Missing dependencies, please check!\033[0m")
|
H A D | gen_sdk_build_file.py | 51 # check sdk header file signature, 52 # skip check if file dir not exist 57 interface_mgr.check(checkfile_dir, subsystem_sdk_dir, subsystem_name, 88 # interface check 111 # check sdk type consistency 115 # Don't check suffix for maple sdk. 150 # generate or check header files 234 parser.add_argument('--signature-file-check-dir', help='', required=False)
|
H A D | interface_mgr.py | 75 'check.txt') 80 # sort check file content 107 def check(self, check_file_dir: str, subsystem_sdk_dir: str, subsystem_name: str, member in InterfaceMgr 110 'check.txt') 113 '[{}:{}] interface check failed. file [{}] does not exist.'. 125 raise Exception(('[{}:{}] interface check failed. ' 134 '[{}:{}] interface check failed. file [{}] has changed.'.
|
/build/ohos/ndk/ |
H A D | check_ndk_header_signature.py | 38 parser.add_option('--check-signature', 40 help='check ndk signature') 50 def header_signature(output: str, headers: list, root_build_dir: str, saved: str, generated: str, check: bool): 62 if check and mgr.get_file_sha256(generated) != mgr.get_file_sha256(saved):
|
/build/tools/component_tools/static_check/gn_check/ |
H A D | check_gn_online.py | 180 def check(self): member in CheckGnOnline 193 self.check()
|
/build/hb/resolver/ |
H A D | env_args_resolver.py | 43 host_info[1], check=False)
|
/build/toolchain/ |
H A D | rustc_wrapper.py | 66 ret = subprocess.run([args.clippy_driver, *rustc_args], env=env, check=False)
|
/build/tools/component_tools/static_check/bundle_check/ |
H A D | bundle_json_check.py | 50 bundle_error = bundle.check() 70 print('Bundle.json check successfully!') 112 print("Please check " + out_path) 146 print('Please check ' + outpath) 161 - ``check()`` : 静态检查该 bundle.json,返回错误告警 list。 198 def check(self) -> list: member in BundleJson 503 error_field = bundle.check()
|
/build/hb/ |
H A D | main.py | 266 subprocess.run(["hdc", "-t", str(device), "shell", "mount", "-o", "rw,remount", "/"], check=True, 284 one_push.get("target")], check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
/build/hb/services/ |
H A D | loader.py | 94 # check config args 185 # check method 196 # check subsystem_config_file 202 please check whether the corresponding file('out/preloader/{}/subsystem_config.json' or \ 205 # check gn_root_out_dir 211 # check platform config file 214 please check whether the corresponding file('out/preloader/${product_name}/platforms.build') \ 217 # check example subsystem file 219 raise OHOSException("Cannot get the content from example subsystem file, please check whether \ 311 please check th [all...] |
/build/ |
H A D | prebuilts_config.py | 42 print('remote file {}.sha256 is not found, begin check SHASUMS256.txt'.format(check_url))
221 subprocess.run(command, check=True)
|