Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/process/
H A Dkill.h29 const DWORD kDebuggerInactiveExitCode = 0xC0000354; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dkill.h32 const DWORD kDebuggerInactiveExitCode = 0xC0000354; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dkill.h32 const DWORD kDebuggerInactiveExitCode = 0xC0000354; variable
/aosp_15_r20/external/cronet/base/process/
H A Dkill.h30 const DWORD kDebuggerInactiveExitCode = 0xC0000354; variable
H A Dkill_win.cc69 case win::kDebuggerInactiveExitCode: // STATUS_DEBUGGER_INACTIVE. in GetTerminationStatus()