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

/fuchsia/zircon/kernel/syscalls/
H A Dvmar.cpp143 const bool can_exec = (vmo_rights & ZX_RIGHT_EXECUTE) && (vmar_rights & ZX_RIGHT_EXECUTE); local
150 if ((options & ZX_VM_PERM_EXECUTE) && !can_exec)
160 if (can_exec)

Completed in 26 milliseconds