Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/services/
Dcredentials_unittest.cc123 SANDBOX_TEST(Credentials, MoveToNewUserNS) { in SANDBOX_TEST() argument
126 bool moved_to_new_ns = creds.MoveToNewUserNS(); in SANDBOX_TEST()
146 bool moved_to_new_ns = creds.MoveToNewUserNS(); in SANDBOX_TEST()
158 if (!creds.MoveToNewUserNS()) return; in SANDBOX_TEST()
174 if (!creds->MoveToNewUserNS() || in NewUserNSCycle()
187 if (!creds.MoveToNewUserNS()) return; in SANDBOX_TEST()
209 if (!creds.MoveToNewUserNS()) return; in SANDBOX_TEST()
224 if (!creds.MoveToNewUserNS()) return; in SANDBOX_TEST()
231 CHECK(!creds.MoveToNewUserNS()); in SANDBOX_TEST()
Dcredentials.h73 bool MoveToNewUserNS();
Dcredentials.cc311 bool Credentials::MoveToNewUserNS() { in MoveToNewUserNS() function in sandbox::Credentials