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

/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc306 SECURITY_ATTRIBUTES process_attributes; member in struct:__anon9801::CreateProcessRequest
455 SECURITY_ATTRIBUTES* process_attributes,
474 process_attributes,
452 LaunchProcessWithToken(const base::FilePath& binary, const CommandLine::StringType& command_line, HANDLE user_token, SECURITY_ATTRIBUTES* process_attributes, SECURITY_ATTRIBUTES* thread_attributes, bool inherit_handles, DWORD creation_flags, const char16* desktop_name, ScopedHandle* process_out, ScopedHandle* thread_out) argument
H A Dunprivileged_process_delegate.cc259 SECURITY_ATTRIBUTES process_attributes; local
260 process_attributes.nLength = sizeof(process_attributes);
261 process_attributes.lpSecurityDescriptor = process_sd.get();
262 process_attributes.bInheritHandle = FALSE;
307 &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,
322 LPSECURITY_ATTRIBUTES process_attributes,
328 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
320 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.cc192 LPSECURITY_ATTRIBUTES process_attributes,
199 process_attributes, thread_attributes,
207 LPSECURITY_ATTRIBUTES process_attributes,
214 process_attributes, thread_attributes,
190 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
205 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 230 milliseconds