Home
last modified time | relevance | path

Searched refs:getpgid (Results 1 – 25 of 27) sorted by relevance

12

/external/sepolicy/
Dzygote.te19 allow zygote system_server:process { getpgid setpgid };
20 allow zygote appdomain:process { getpgid setpgid };
Dmls26 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
Daccess_vectors313 getpgid
Ddomain.te24 getpgid
/external/chromium_org/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc37 static int getpgid(pid_t pid) { return Syscall::Call(__NR_getpgid, pid); } in getpgid() function in sandbox::bpf_dsl::__anonbc210b950111::Stubs
84 ASSERT_SYSCALL_RESULT(-EPERM, getpgid, 0); in BPF_TEST_C()
85 ASSERT_SYSCALL_RESULT(-EINVAL, getpgid, 1); in BPF_TEST_C()
Dbpf_dsl_more_unittest.cc208 BPF_ASSERT(getpgid(0) == -1); in BPF_TEST_C()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dmmap-basic.c29 (void*)getpgid }; in test__basic_mmap()
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/
Dunistd.pxd79 pid_t getpgid(pid_t)
/external/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf277 getpgid
Dsmall-base.conf277 getpgid
/external/libsepol/tests/policies/test-expander/
Duser-base.conf277 getpgid
Dalias-base.conf277 getpgid
Drole-base.conf277 getpgid
Dsmall-base.conf277 getpgid
/external/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf276 getpgid
Dsmall-base.conf277 getpgid
Dbase-metreq.conf277 getpgid
/external/libsepol/tests/policies/test-linker/
Dsmall-base.conf277 getpgid
/external/chromium_org/components/nacl/loader/nonsfi/
Dnonsfi_sandbox_sigsys_unittest.cc173 RESTRICT_SYSCALL_DEATH_TEST(getpgid);
/external/ltrace/etc/
Dlibc.so.conf398 int getpgid(int);
/external/mksh/src/
Dfuncs.c3740 if (getpgid(kshppid) == getpgid(0) || in c_suspend()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1466 if (::getpgid (pid) < 0) in AttachForDebug()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc316 PRE_SYSCALL(getpgid)(long pid) {}
318 POST_SYSCALL(getpgid)(long res, long pid) {}
/external/chromium_org/third_party/lcov/
Ddescriptions.tests2511 Testcase to check the basic functionality of getpgid().
2515 Testcase to check the basic functionality of getpgid().
/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf256 getpgid

12