Home
last modified time | relevance | path

Searched defs:allow_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_deny.c1210 static int cil_remove_permissions_from_rule(struct cil_db *db, struct cil_tree_node *allow_node, co… in cil_remove_permissions_from_rule()
1335 struct cil_tree_node *allow_node = item->data; in cil_process_deny_rule() local
/aosp_15_r20/external/executorch/backends/vulkan/
H A Dop_registry.py37 def allow_node(node: torch.fx.Node) -> bool: function