Searched refs:kNormalExitCode (Results 1 – 1 of 1) sorted by relevance
147 const int kNormalExitCode = 0; variable163 _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()