/build/hb/util/loader/ |
H A D | load_bundle_file.py | 19 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 D | subsystem_scan.py | 20 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 D | io_util.py | 26 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 D | device_util.py | 21 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 D | args_resolver_interface.py | 21 from exceptions.ohos_exception import OHOSException namespace 34 raise OHOSException( 37 raise OHOSException() 50 raise OHOSException(
|
/build/hb/util/prebuild/ |
H A D | patch_process.py | 21 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 D | gn.py | 27 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 D | indep_build_module_interface.py | 20 from exceptions.ohos_exception import OHOSException namespace 37 except OHOSException as exception:
|
H A D | package_module_interface.py | 20 from exceptions.ohos_exception import OHOSException namespace 37 except OHOSException as exception:
|
H A D | publish_module_interface.py | 20 from exceptions.ohos_exception import OHOSException namespace 37 except OHOSException as exception:
|
H A D | install_module_interface.py | 20 from exceptions.ohos_exception import OHOSException namespace 37 except OHOSException as exception:
|
H A D | update_module_interface.py | 20 from exceptions.ohos_exception import OHOSException namespace 37 except OHOSException as exception:
|
H A D | push_module_interface.py | 20 from exceptions.ohos_exception import OHOSException namespace 37 except OHOSException as exception:
|
/build/hb/modules/ |
H A D | ohos_indep_build_module.py | 21 from exceptions.ohos_exception import OHOSException namespace 46 raise OHOSException( 53 except OHOSException as exception:
|
H A D | ohos_install_module.py | 22 from exceptions.ohos_exception import OHOSException namespace 46 raise OHOSException( 53 except OHOSException as exception:
|
H A D | ohos_push_module.py | 22 from exceptions.ohos_exception import OHOSException namespace 46 raise OHOSException( 54 except OHOSException as exception:
|
H A D | ohos_package_module.py | 22 from exceptions.ohos_exception import OHOSException namespace 46 raise OHOSException( 53 except OHOSException as exception:
|
H A D | ohos_publish_module.py | 22 from exceptions.ohos_exception import OHOSException namespace 46 raise OHOSException( 53 except OHOSException as exception:
|
H A D | ohos_update_module.py | 22 from exceptions.ohos_exception import OHOSException namespace 46 raise OHOSException( 53 except OHOSException as exception:
|
H A D | ohos_env_module.py | 20 from exceptions.ohos_exception import OHOSException namespace 36 raise OHOSException(
|
H A D | ohos_set_module.py | 22 from exceptions.ohos_exception import OHOSException namespace 43 raise OHOSException(
|
H A D | ohos_clean_module.py | 21 from exceptions.ohos_exception import OHOSException namespace 37 raise OHOSException(
|
/build/hb/resolver/ |
H A D | indep_build_args_resolver.py | 27 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 D | config.py | 27 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 D | status.py | 22 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):
|