Home
last modified time | relevance | path

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

/cts/tests/tests/selinux/common/jni/
Dandroid_security_SELinuxTargetSdkTest.cpp43 int sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in checkNetlinkRouteGetlink() local
74 int sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in checkNetlinkRouteBind() local
/cts/hostsidetests/jdwptunnel/src/android/jdwptunnel/cts/
DJdwpTunnelTest.java294 Socket sock = new Socket("localhost", Integer.decode(port).intValue()); in testDdmsWaitsForHandshake() local