HomeSort by relevance Sort by last modified time
    Searched refs:PR_SET_KEEPCAPS (Results 26 - 37 of 37) sorted by null

12

  /external/bluetooth/bluez/common/
android_bluez.c 40 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/bluetooth/bluez/src/
android_bluez.c 40 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/wpa_supplicant/
os_unix.c 187 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_unix.c 226 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /hardware/ril/rild/
rild.c 88 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 414 err = prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
417 LOGE("cannot PR_SET_KEEPCAPS: %s", strerror(errno));
  /external/wpa_supplicant_8/src/utils/
os_unix.c 252 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /device/moto/stingray/whisper/
Whisper_AccyMain.c 747 status = prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/dnsmasq/src/
dnsmasq.c 396 if (capset(hdr, data) == -1 || prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1)
    [all...]
  /system/core/adb/
adb.c 897 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) != 0) {
    [all...]
  /external/strace/
process.c 225 #ifdef PR_SET_KEEPCAPS
226 { PR_SET_KEEPCAPS, "PR_SET_KEEP_CAPS" },
    [all...]
  /external/dhcpcd/
dhcpcd.c     [all...]

Completed in 1074 milliseconds

12