Home
last modified time | relevance | path

Searched refs:process_attributes (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/host/win/
Dunprivileged_process_delegate.cc264 SECURITY_ATTRIBUTES process_attributes; in LaunchProcess() local
265 process_attributes.nLength = sizeof(process_attributes); in LaunchProcess()
266 process_attributes.lpSecurityDescriptor = process_sd.get(); in LaunchProcess()
267 process_attributes.bInheritHandle = FALSE; in LaunchProcess()
310 &process_attributes, in LaunchProcess()
Dlaunch_process_with_token.h37 SECURITY_ATTRIBUTES* process_attributes,
Dlaunch_process_with_token.cc305 SECURITY_ATTRIBUTES process_attributes; in SendCreateProcessRequest() member
452 SECURITY_ATTRIBUTES* process_attributes, in LaunchProcessWithToken() argument
471 process_attributes, in LaunchProcessWithToken()
/external/chromium_org/sandbox/win/src/
Dprocess_thread_interception.cc264 LPSECURITY_ATTRIBUTES process_attributes, in TargetCreateProcessW() argument
270 if (orig_CreateProcessW(application_name, command_line, process_attributes, in TargetCreateProcessW()
323 LPSECURITY_ATTRIBUTES process_attributes, in TargetCreateProcessA() argument
329 if (orig_CreateProcessA(application_name, command_line, process_attributes, in TargetCreateProcessA()
Dprocess_thread_interception.h74 LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes,
81 LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes,
Dinterceptors_64.cc176 LPSECURITY_ATTRIBUTES process_attributes, in TargetCreateProcessW64() argument
183 process_attributes, thread_attributes, in TargetCreateProcessW64()
191 LPSECURITY_ATTRIBUTES process_attributes, in TargetCreateProcessA64() argument
198 process_attributes, thread_attributes, in TargetCreateProcessA64()
Dinterceptors_64.h112 LPSECURITY_ATTRIBUTES process_attributes,
120 LPSECURITY_ATTRIBUTES process_attributes,
/external/chromium_org/third_party/libxslt/libxslt/
Dxslt.c3075 goto process_attributes; in xsltParsePreprocessStylesheetTree()
3178 process_attributes: in xsltParsePreprocessStylesheetTree()