Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/process/
H A Dkill.h31 const DWORD kDebuggerTerminatedExitCode = 0x40010004; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dkill.h34 const DWORD kDebuggerTerminatedExitCode = 0x40010004; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dkill.h34 const DWORD kDebuggerTerminatedExitCode = 0x40010004; variable
/aosp_15_r20/external/cronet/base/process/
H A Dkill.h32 const DWORD kDebuggerTerminatedExitCode = 0x40010004; variable
H A Dkill_win.cc71 case win::kDebuggerTerminatedExitCode: // Debugger terminated process. in GetTerminationStatus()