Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dcredentials_unittest.cc71 bool moved_to_new_ns = Credentials::MoveToNewUserNS(); in SANDBOX_TEST() local
74 moved_to_new_ns ? "true." : "false."); in SANDBOX_TEST()
76 if (!moved_to_new_ns) { in SANDBOX_TEST()
90 bool moved_to_new_ns = Credentials::MoveToNewUserNS(); in SANDBOX_TEST() local
91 CHECK_EQ(user_ns_supported, moved_to_new_ns); in SANDBOX_TEST()