HomeSort by relevance Sort by last modified time
    Searched refs:SO_PASSCRED (Results 76 - 80 of 80) sorted by null

1 2 34

  /external/chromium_org/chrome/browser/
crash_handler_host_linux.cc 87 CHECK_EQ(setsockopt(fds[1], SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)), 0);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 460 SO_PASSCRED = 16
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 343 public static final int SO_PASSCRED = placeholder();
    [all...]
  /external/strace/
net.c 665 #ifdef SO_PASSCRED
666 { SO_PASSCRED, "SO_PASSCRED" },
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 401 initConstant(env, c, "SO_PASSCRED", SO_PASSCRED);

Completed in 203 milliseconds

1 2 34