Home
last modified time | relevance | path

Searched defs:kExpectedStillRunningExitCode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_util_unittest.cc102 const int kExpectedStillRunningExitCode = 0x102; variable
105 const int kExpectedStillRunningExitCode = 0; variable
H A Dprocess_unittest.cc22 const int kExpectedStillRunningExitCode = 0x102; variable
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_util_unittest.cc108 const int kExpectedStillRunningExitCode = 0x102; variable
111 const int kExpectedStillRunningExitCode = 0; variable
H A Dprocess_unittest.cc51 constexpr int kExpectedStillRunningExitCode = 0x102; variable