Searched defs:const_str (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 347 def gen_bpf_eq32(const_str, jt, jf): argument 353 def gen_bpf_eq64(const_str, jt, jf): argument 361 def gen_bpf_gt32(const_str, jt, jf): argument 367 def gen_bpf_gt64(const_str, jt, jf): argument 386 def gen_bpf_ge32(const_str, jt, jf): argument 392 def gen_bpf_ge64(const_str, jt, jf): argument 409 def gen_bpf_set32(const_str, jt, jf): argument 415 def gen_bpf_set64(const_str, jt, jf): argument 500 def gen_bpf_eq(self, const_str, jt, jf): argument 507 def gen_bpf_ne(self, const_str, jt, jf): argument [all …]
|
/ohos5.0/build/config/components/init/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 347 def gen_bpf_eq32(const_str, jt, jf): argument 353 def gen_bpf_eq64(const_str, jt, jf): argument 361 def gen_bpf_gt32(const_str, jt, jf): argument 367 def gen_bpf_gt64(const_str, jt, jf): argument 386 def gen_bpf_ge32(const_str, jt, jf): argument 392 def gen_bpf_ge64(const_str, jt, jf): argument 409 def gen_bpf_set32(const_str, jt, jf): argument 415 def gen_bpf_set64(const_str, jt, jf): argument 500 def gen_bpf_eq(self, const_str, jt, jf): argument 507 def gen_bpf_ne(self, const_str, jt, jf): argument [all …]
|