Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dscoped_process_unittest.cc32 void ExitWithCode(int exit_code) { _exit(exit_code); } in ExitWithCode() function
41 ScopedProcess process(base::Bind(&ExitWithCode, kCustomExitCode)); in TEST()