OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:winsta0
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/app/
content_main_runner.cc
126
// This means we are running in an input desktop, which implies
WinSta0
.
134
HWINSTA
winsta0
= ::OpenWindowStationA("
WinSta0
", FALSE, GENERIC_READ);
local
135
if (!
winsta0
) {
136
DVLOG(0) << "Unable to open to
WinSta0
, we: "<< ::GetLastError();
139
if (!::SetProcessWindowStation(
winsta0
)) {
142
NOTREACHED() << "Unable to switch to
WinSta0
, we: "<< ::GetLastError();
143
::CloseWindowStation(
winsta0
);
164
if (!::CloseWindowStation(
winsta0
)) {
165
// We might be leaking a
winsta0
handle. This is a security risk, bu
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c
836
*
WinSta0
's] nor programs started non-interactively by Task
841
if (!wcsstr(name,L"
WinSta0
")) return 1;
/external/openssl/crypto/
cryptlib.c
822
*
WinSta0
's] nor programs started non-interactively by Task
827
if (!wcsstr(name,L"
WinSta0
")) return 1;
/external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc
35
const char kDefaultDesktopName[] = "
winsta0
\\default";
/external/chromium_org/chrome/installer/util/
user_experiment.cc
190
// user that is the user whose logon session is attached to
winsta0
\default.
Completed in 815 milliseconds