OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:win_result
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
target_process.cc
151
DWORD
win_result
= ERROR_SUCCESS;
local
156
win_result
= ::GetLastError();
158
return
win_result
;
168
win_result
= ::GetLastError();
172
return
win_result
;
180
win_result
= ::GetLastError();
182
return
win_result
;
196
win_result
= ::GetLastError(); // This may or may not be correct.
198
return
win_result
;
203
return
win_result
;
[
all
...]
broker_services.cc
463
DWORD
win_result
= target->Create(exe_path, command_line, inherit_handles,
local
465
if (ERROR_SUCCESS !=
win_result
)
466
return SpawnCleanup(target,
win_result
);
Completed in 407 milliseconds