Searched refs:selector (Results 1 – 7 of 7) sorted by relevance
/system/sepolicy/prebuilts/api/29.0/private/ |
D | seapp_contexts | 18 # An unspecified string or boolean selector with no default will match any 20 # A user, name, or path string selector that ends in * will perform a prefix 66 # (A fixed selector is more specific than a prefix, i.e. ending in *, and a
|
/system/sepolicy/private/ |
D | seapp_contexts | 18 # An unspecified string or boolean selector with no default will match any 20 # A user, name, or path string selector that ends in * will perform a prefix 66 # (A fixed selector is more specific than a prefix, i.e. ending in *, and a
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 19 # An unspecified string selector will match any value. 20 # A user string selector that ends in * will perform a prefix match.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 19 # An unspecified string selector will match any value. 20 # A user string selector that ends in * will perform a prefix match.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | seapp_contexts | 19 # An unspecified string selector will match any value. 20 # A user string selector that ends in * will perform a prefix match.
|
/system/netd/server/ |
D | XfrmController.h | 356 static void fillXfrmSelector(const int record, xfrm_selector* selector);
|
D | XfrmController.cpp | 872 void XfrmController::fillXfrmSelector(const int selAddrFamily, xfrm_selector* selector) { in fillXfrmSelector() argument 873 selector->family = selAddrFamily; in fillXfrmSelector() 874 selector->proto = AF_UNSPEC; // TODO: do we need to match the protocol? it's in fillXfrmSelector()
|