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

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
prctl.h 18 #define PR_GET_DUMPABLE 3
  /external/e2fsprogs/lib/blkid/
cache.c 24 #define PR_GET_DUMPABLE 3
42 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
46 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/et/
error_message.c 26 #define PR_GET_DUMPABLE 3
181 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
185 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/ext2fs/
test_io.c 28 #define PR_GET_DUMPABLE 3
163 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
167 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)

Completed in 1388 milliseconds

12