Home
last modified time | relevance | path

Searched refs:can_exec (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vsyscall.c439 bool can_exec; in test_vsys_x() local
442 can_exec = true; in test_vsys_x()
444 can_exec = false; in test_vsys_x()
447 if (can_exec) { in test_vsys_x()
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py1105 can_exec = refpolicy.Interface("can_exec")
1109 can_exec.children.append(refpolicy.AVRule(av))
1110 headers.children.append(can_exec)
/external/rust/crates/regex/src/
Ddfa.rs57 pub fn can_exec(insts: &Program) -> bool { in can_exec() function
Dexec.rs1406 if !dfa::can_exec(&ro.dfa) { in choose_dfa_match_type()