Searched defs:process_attributes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc305 SECURITY_ATTRIBUTES process_attributes; member in struct:__anon9857::CreateProcessRequest
452 SECURITY_ATTRIBUTES* process_attributes,
471 process_attributes,
449 LaunchProcessWithToken(const base::FilePath& binary, const base::CommandLine::StringType& command_line, HANDLE user_token, SECURITY_ATTRIBUTES* process_attributes, SECURITY_ATTRIBUTES* thread_attributes, bool inherit_handles, DWORD creation_flags, const base::char16* desktop_name, ScopedHandle* process_out, ScopedHandle* thread_out) argument
H A Dunprivileged_process_delegate.cc264 SECURITY_ATTRIBUTES process_attributes; local
265 process_attributes.nLength = sizeof(process_attributes);
266 process_attributes.lpSecurityDescriptor = process_sd.get();
267 process_attributes.bInheritHandle = FALSE;
310 &process_attributes,
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_interception.cc264 LPSECURITY_ATTRIBUTES process_attributes,
270 if (orig_CreateProcessW(application_name, command_line, process_attributes,
323 LPSECURITY_ATTRIBUTES process_attributes,
329 if (orig_CreateProcessA(application_name, command_line, process_attributes,
262 TargetCreateProcessW(CreateProcessWFunction orig_CreateProcessW, LPCWSTR application_name, LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info, LPPROCESS_INFORMATION process_information) argument
321 TargetCreateProcessA(CreateProcessAFunction orig_CreateProcessA, LPCSTR application_name, LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info, LPPROCESS_INFORMATION process_information) argument
H A Dinterceptors_64.cc176 LPSECURITY_ATTRIBUTES process_attributes,
183 process_attributes, thread_attributes,
191 LPSECURITY_ATTRIBUTES process_attributes,
198 process_attributes, thread_attributes,
174 TargetCreateProcessW64( LPCWSTR application_name, LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info, LPPROCESS_INFORMATION process_information) argument
189 TargetCreateProcessA64( LPCSTR application_name, LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info, LPPROCESS_INFORMATION process_information) argument

Completed in 105 milliseconds