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.c441 bool can_exec; in test_vsys_x() local
444 can_exec = true; in test_vsys_x()
446 can_exec = false; in test_vsys_x()
449 if (can_exec) { in test_vsys_x()
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py1119 can_exec = refpolicy.Interface("can_exec")
1123 can_exec.children.append(refpolicy.AVRule(av))
1124 headers.children.append(can_exec)
/external/rust/crates/regex/src/
Dexec.rs1403 if !dfa::can_exec(&ro.dfa) { in choose_dfa_match_type()
Ddfa.rs57 pub fn can_exec(insts: &Program) -> bool { in can_exec() function