Home
last modified time | relevance | path

Searched refs:ValidateError (Results 1 - 2 of 2) sorted by relevance

/build/ohos/packages/
H A Dcheck_seccomp_library_name.py25 class ValidateError(Exception): class
43 raise ValidateError('cfg error,please use json file replace xml process name: ' + field['name'])
64 raise ValidateError('seccomp directory has other shared library except seccomp policy library')
78 raise ValidateError('service name {} not in cfg, please check the name used for seccomp'.format(name))
/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py68 class ValidateError(Exception): class
105 raise ValidateError('{} not exsit in {} function_name_nr_table Table'.format(function_name, arch))
112 raise ValidateError('{} not within the legal range of errno values.'.format(errno))
178 raise ValidateError("parse syscall file failed")
258 raise ValidateError('{} is not legal by headFiles format'.format(head_files))
266 raise ValidateError('{} is not a number or {} is already used by ohter \
276 raise ValidateError("LOG return value is not allowed in user mode")
280 raise ValidateError('{} not in {}'.format(return_str, ret_str_to_bpf.keys()))
286 raise ValidateError('{} not in [DEFAULT, ONLY_CHECK_ARGS]'.format(mode_str))
295 raise ValidateError('{} o
[all...]

Completed in 1 milliseconds