Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ValidateError
(Results
1 - 2
of
2
) sorted by relevance
/build/ohos/packages/
H
A
D
check_seccomp_library_name.py
25
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
D
generate_code_from_policy.py
68
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