Searched refs:process_attributes (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/remoting/host/win/ |
D | unprivileged_process_delegate.cc | 264 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()
|
D | launch_process_with_token.h | 37 SECURITY_ATTRIBUTES* process_attributes,
|
D | launch_process_with_token.cc | 305 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/ |
D | process_thread_interception.cc | 264 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()
|
D | process_thread_interception.h | 74 LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, 81 LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes,
|
D | interceptors_64.cc | 176 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()
|
D | interceptors_64.h | 112 LPSECURITY_ATTRIBUTES process_attributes, 120 LPSECURITY_ATTRIBUTES process_attributes,
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | xslt.c | 3075 goto process_attributes; in xsltParsePreprocessStylesheetTree() 3178 process_attributes: in xsltParsePreprocessStylesheetTree()
|