Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/process/
H A Dkill.h30 const DWORD kKeyboardInterruptExitCode = 0xC000013A; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dkill.h33 const DWORD kKeyboardInterruptExitCode = 0xC000013A; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dkill.h33 const DWORD kKeyboardInterruptExitCode = 0xC000013A; variable
/aosp_15_r20/external/cronet/base/process/
H A Dkill.h31 const DWORD kKeyboardInterruptExitCode = 0xC000013A; variable
H A Dkill_win.cc70 case win::kKeyboardInterruptExitCode: // Control-C/end session. in GetTerminationStatus()