Home
last modified time | relevance | path

Searched refs:check (Results 1 - 16 of 16) sorted by relevance

/build/templates/common/
H A Dcheck_build_target.py32 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 Dcheck_part_subsystem_name.py26 def check(args) -> list: function
63 check(args)
H A Dcheck_external_deps.py61 def check(args) -> list: function
90 check(args)
H A Dcheck_deps_handler.py28 """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 Dinclude_relative_path_check.py37 def check(cls, include): member in Analyzer
67 if cls.check(include):
/build/scripts/
H A Dtools_checker.py42 :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 Dgen_sdk_build_file.py51 # 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 Dinterface_mgr.py75 '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 Dcheck_ndk_header_signature.py38 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 Dcheck_gn_online.py180 def check(self): member in CheckGnOnline
193 self.check()
/build/hb/resolver/
H A Denv_args_resolver.py43 host_info[1], check=False)
/build/toolchain/
H A Drustc_wrapper.py66 ret = subprocess.run([args.clippy_driver, *rustc_args], env=env, check=False)
/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py50 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 Dmain.py266 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 Dloader.py94 # 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 Dprebuilts_config.py42 print('remote file {}.sha256 is not found, begin check SHASUMS256.txt'.format(check_url))
221 subprocess.run(command, check=True)

Completed in 7 milliseconds