Home
last modified time | relevance | path

Searched refs:SO_PEERCRED (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp529 #if defined(SO_PEERCRED) in OsConstants_initConstants()
530 initConstant(env, c, "SO_PEERCRED", SO_PEERCRED); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java476 public static final int SO_PEERCRED = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/io/
DOsTest.java113 StructUcred credentials = Libcore.os.getsockoptUcred(clientFd, SOL_SOCKET, SO_PEERCRED); in checkUnixDomainSocket()