Home
last modified time | relevance | path

Searched refs:RestrictPrlimit64 (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.h83 SANDBOX_EXPORT bpf_dsl::ResultExpr RestrictPrlimit64(pid_t target_pid);
Dsyscall_parameters_restrictions_unittests.cc190 return RestrictPrlimit64(getpid()); in EvaluateSyscall()
Dsyscall_parameters_restrictions.cc325 ResultExpr RestrictPrlimit64(pid_t target_pid) { in RestrictPrlimit64() function