Searched refs:PR_GET_DUMPABLE (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/tests/ |
H A D | bug_26110743_test.cpp | 60 int dumpable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0); in TEST() 105 int dumpable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0); in TEST()
|
/aosp12/bionic/linker/ |
H A D | linker_logger.cpp | 89 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) { in ResetState()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | prctl.h | 24 #define PR_GET_DUMPABLE 3 macro
|
/aosp12/hardware/qcom/sm7250/gps/etc/seccomp_policy/ |
H A D | gnss@2.0-base.policy | 56 #prctl: arg0 == PR_SET_VMA || arg0 == PR_SET_NO_NEW_PRIVS || arg0 == PR_GET_DUMPABLE || arg0 == PR_…
|
/aosp12/hardware/qcom/sm8150/gps/etc/seccomp_policy/ |
H A D | gnss@2.0-base.policy | 56 #prctl: arg0 == PR_SET_VMA || arg0 == PR_SET_NO_NEW_PRIVS || arg0 == PR_GET_DUMPABLE || arg0 == PR_…
|
/aosp12/system/core/debuggerd/handler/ |
H A D | debuggerd_handler.cpp | 556 int orig_dumpable = prctl(PR_GET_DUMPABLE); in debuggerd_signal_handler()
|
/aosp12/frameworks/native/libs/graphicsenv/ |
H A D | GraphicsEnv.cpp | 129 return prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) > 0; in isDebuggable()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 1669 int dumpable = prctl(PR_GET_DUMPABLE); in SpecializeCommon()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27914 field public static final int PR_GET_DUMPABLE;
|