Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 7 of 7) sorted by relevance

/system/sepolicy/prebuilts/api/29.0/private/
Dseapp_contexts18 # 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/
Dseapp_contexts18 # 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/
Dseapp_contexts19 # 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/
Dseapp_contexts19 # 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/
Dseapp_contexts19 # An unspecified string selector will match any value.
20 # A user string selector that ends in * will perform a prefix match.
/system/netd/server/
DXfrmController.h356 static void fillXfrmSelector(const int record, xfrm_selector* selector);
DXfrmController.cpp872 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()