Home
last modified time | relevance | path

Searched refs:OHOSException (Results 1 - 25 of 52) sorted by relevance

123

/build/hb/util/loader/
H A Dload_bundle_file.py19 from exceptions.ohos_exception import OHOSException namespace
34 raise OHOSException("file '{}' doesn't exist.".format(
38 raise OHOSException("read file '{}' failed.".format(
49 raise OHOSException(
53 raise OHOSException(
56 raise OHOSException(
59 raise OHOSException(
64 raise OHOSException(
72 raise OHOSException(
H A Dsubsystem_scan.py20 from exceptions.ohos_exception import OHOSException namespace
30 raise OHOSException(
34 raise OHOSException("read file '{}' failed.".format(
46 raise OHOSException(
89 raise OHOSException(
/build/hb/util/
H A Dio_util.py26 from exceptions.ohos_exception import OHOSException namespace
34 raise OHOSException(f'{input_file} not found', '0008')
48 raise OHOSException(
58 raise OHOSException(f'{input_file} not found', '0010')
67 raise OHOSException(f'{input_file} load failed, error line:'
70 raise OHOSException(f'{input_file} load failed', '0011')
H A Ddevice_util.py21 from exceptions.ohos_exception import OHOSException namespace
43 raise OHOSException(f'cannot find {kernel_type}_{kernel_version} '
79 raise OHOSException(f'kernel_type or kernel_version '
89 raise OHOSException(f'invalid path: {path}', '0006')
102 raise OHOSException(
/build/hb/resolver/interface/
H A Dargs_resolver_interface.py21 from exceptions.ohos_exception import OHOSException namespace
34 raise OHOSException(
37 raise OHOSException()
50 raise OHOSException(
/build/hb/util/prebuild/
H A Dpatch_process.py21 from exceptions.ohos_exception import OHOSException namespace
41 OHOSException: if configuration file does not exist.
51 raise OHOSException(f'{patch_cfg} not found, '
68 OHOSException: src_path or patch_path is invalid,
73 raise OHOSException(f'{src_path} not exist, stop applying patch', '0021')
82 raise OHOSException(f'patch {patch_item} not exist for {src_path}, '
91 except OHOSException as ohos_exception:
/build/hb/services/
H A Dgn.py27 from exceptions.ohos_exception import OHOSException namespace
73 raise OHOSException(
88 raise OHOSException(
152 raise OHOSException(
177 raise OHOSException(
197 raise OHOSException(
217 raise OHOSException(
234 raise OHOSException(
254 raise OHOSException('"{}" Not a build directory.'
316 raise OHOSException('ERRO
[all...]
/build/hb/modules/interface/
H A Dindep_build_module_interface.py20 from exceptions.ohos_exception import OHOSException namespace
37 except OHOSException as exception:
H A Dpackage_module_interface.py20 from exceptions.ohos_exception import OHOSException namespace
37 except OHOSException as exception:
H A Dpublish_module_interface.py20 from exceptions.ohos_exception import OHOSException namespace
37 except OHOSException as exception:
H A Dinstall_module_interface.py20 from exceptions.ohos_exception import OHOSException namespace
37 except OHOSException as exception:
H A Dupdate_module_interface.py20 from exceptions.ohos_exception import OHOSException namespace
37 except OHOSException as exception:
H A Dpush_module_interface.py20 from exceptions.ohos_exception import OHOSException namespace
37 except OHOSException as exception:
/build/hb/modules/
H A Dohos_indep_build_module.py21 from exceptions.ohos_exception import OHOSException namespace
46 raise OHOSException(
53 except OHOSException as exception:
H A Dohos_install_module.py22 from exceptions.ohos_exception import OHOSException namespace
46 raise OHOSException(
53 except OHOSException as exception:
H A Dohos_push_module.py22 from exceptions.ohos_exception import OHOSException namespace
46 raise OHOSException(
54 except OHOSException as exception:
H A Dohos_package_module.py22 from exceptions.ohos_exception import OHOSException namespace
46 raise OHOSException(
53 except OHOSException as exception:
H A Dohos_publish_module.py22 from exceptions.ohos_exception import OHOSException namespace
46 raise OHOSException(
53 except OHOSException as exception:
H A Dohos_update_module.py22 from exceptions.ohos_exception import OHOSException namespace
46 raise OHOSException(
53 except OHOSException as exception:
H A Dohos_env_module.py20 from exceptions.ohos_exception import OHOSException namespace
36 raise OHOSException(
H A Dohos_set_module.py22 from exceptions.ohos_exception import OHOSException namespace
43 raise OHOSException(
H A Dohos_clean_module.py21 from exceptions.ohos_exception import OHOSException namespace
37 raise OHOSException(
/build/hb/resolver/
H A Dindep_build_args_resolver.py27 from exceptions.ohos_exception import OHOSException namespace
81 raise OHOSException('Please check the bundle.json file of {} : {}'.format(path, e))
92 raise OHOSException('ERROR argument "no bundle.json": Invalid directory "{}". '.format(os.getcwd()))
99 raise OHOSException('ERROR argument "hb env --part <part_name>": Invalid part_name "{}". '.format(
103 raise OHOSException('ERROR argument "hb build <part_name>": no part_name . ')
/build/hb/resources/
H A Dconfig.py27 from exceptions.ohos_exception import OHOSException namespace
135 raise OHOSException('Failed to init compile config', '0019')
147 raise OHOSException('Failed to init compile config', '0019')
158 raise OHOSException('Failed to init compile config', '0019')
178 raise OHOSException('Failed to init compile config', '0019')
189 raise OHOSException('Failed to init compile config', '0019')
204 raise OHOSException('Failed to init compile config', '0019')
220 raise OHOSException(f'Invalid build path: {_build_path}')
293 raise OHOSException(f'Failed to get log_path')
307 raise OHOSException(
[all...]
/build/hb/containers/
H A Dstatus.py22 from exceptions.ohos_exception import OHOSException namespace
33 @OHOSException: The first digit of the code represents the compilation stage,
41 raise OHOSException('SOME ERROR HAPPENDED', '0000')
48 except OHOSException and Exception as exception:
54 if isinstance(exception, OHOSException):

Completed in 6 milliseconds

123