OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dw_exit_code
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/gn/
function_exec_script.cc
135
DWORD
dw_exit_code
;
local
136
GetExitCodeProcess(proc_info.process_handle(), &
dw_exit_code
);
137
*exit_code = static_cast<int>(
dw_exit_code
);
Completed in 745 milliseconds