Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dcredentials_unittest.cc69 SANDBOX_TEST(Credentials, MoveToNewUserNS) { in SANDBOX_TEST() argument
71 bool moved_to_new_ns = Credentials::MoveToNewUserNS(); in SANDBOX_TEST()
90 bool moved_to_new_ns = Credentials::MoveToNewUserNS(); in SANDBOX_TEST()
101 if (!Credentials::MoveToNewUserNS()) return; in SANDBOX_TEST()
116 if (!Credentials::MoveToNewUserNS() || in NewUserNSCycle()
128 if (!Credentials::MoveToNewUserNS()) return; in SANDBOX_TEST()
150 if (!Credentials::MoveToNewUserNS()) return; in SANDBOX_TEST()
166 if (!Credentials::MoveToNewUserNS()) return; in SANDBOX_TEST()
173 CHECK(!Credentials::MoveToNewUserNS()); in SANDBOX_TEST()
178 if (!Credentials::MoveToNewUserNS()) in SANDBOX_TEST()
[all …]
Dnamespace_sandbox_unittest.cc114 CHECK(sandbox::Credentials::MoveToNewUserNS()); in MULTIPROCESS_TEST_MAIN()
156 CHECK(sandbox::Credentials::MoveToNewUserNS()); in SANDBOX_TEST_ALLOW_NOISE()
178 CHECK(sandbox::Credentials::MoveToNewUserNS()); in SANDBOX_TEST()
200 CHECK(sandbox::Credentials::MoveToNewUserNS()); in SANDBOX_TEST()
Dcredentials.h81 static bool MoveToNewUserNS() WARN_UNUSED_RESULT;
Dcredentials.cc281 bool Credentials::MoveToNewUserNS() { in MoveToNewUserNS() function in sandbox::Credentials