Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_util_unittest.cc103 const int kExpectedKilledExitCode = 1; variable
602 ::TerminateProcess(handle, kExpectedKilledExitCode); in MULTIPROCESS_TEST_MAIN()
651 EXPECT_EQ(kExpectedKilledExitCode, exit_code); in TEST_F()