Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dcredentials.h56 static bool DropAllCapabilitiesOnCurrentThread() WARN_UNUSED_RESULT;
Dcredentials.cc172 bool Credentials::DropAllCapabilitiesOnCurrentThread() { in DropAllCapabilitiesOnCurrentThread() function in sandbox::Credentials
331 PCHECK(DropAllCapabilitiesOnCurrentThread()); in ForkAndDropCapabilitiesInChild()
Dnamespace_sandbox.cc178 CHECK(Credentials::DropAllCapabilitiesOnCurrentThread()); in ForkInNewPidNamespace()