Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox_unittest.cc147 const int kNormalExitCode = 0; variable
163 _exit(kNormalExitCode); in SANDBOX_TEST_ALLOW_NOISE()
169 CHECK_NE(kNormalExitCode, WEXITSTATUS(status)); in SANDBOX_TEST_ALLOW_NOISE()
186 _exit(kNormalExitCode); in SANDBOX_TEST()
192 CHECK_EQ(kNormalExitCode, WEXITSTATUS(status)); in SANDBOX_TEST()