Home
last modified time | relevance | path

Searched defs:Policy (Results 1 – 4 of 4) sorted by relevance

/system/sepolicy/tests/
Dapex_sepolicy_tests.py162 def check_line(pol: policy.Policy, line: str, rules) -> List[str]:
Dpolicy.py98 class Policy: class
/system/netd/server/
DXfrmControllerTest.cpp113 struct Policy { struct
114 xfrm_userpolicy_info info;
115 xfrm_user_tmpl tmpl;
/system/authgraph/core/src/
Dkey.rs408 pub struct Policy(pub Vec<u8>); struct