Searched defs:inherit_handles (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/process/
H A Dlaunch.h59 bool inherit_handles; member in struct:base::LaunchOptions
81 // |inherit_handles| flag must be set to true when redirecting stdio stream.
H A Dlaunch_win.cc114 bool inherit_handles = options.inherit_handles; local
118 inherit_handles = false;
145 inherit_handles = true;
156 DCHECK(inherit_handles);
193 NULL, NULL, inherit_handles, flags,
205 inherit_handles, flags, NULL, NULL,
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc308 BOOL inherit_handles; member in struct:__anon10487::CreateProcessRequest
455 bool inherit_handles,
474 inherit_handles,
450 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
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_interception.cc266 BOOL inherit_handles, DWORD flags,
271 thread_attributes, inherit_handles, flags,
325 BOOL inherit_handles, DWORD flags,
330 thread_attributes, inherit_handles, flags,
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 Dtarget_process.cc113 bool inherit_handles,
140 inherit_handles,
111 Create(const wchar_t* exe_path, const wchar_t* command_line, bool inherit_handles, const base::win::StartupInformation& startup_info, base::win::ScopedProcessInformation* target_info) argument
H A Dbroker_services.cc389 bool inherit_handles = false; local
446 inherit_handles = true;
463 DWORD win_result = target->Create(exe_path, command_line, inherit_handles,
H A Dinterceptors_64.cc177 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
184 inherit_handles, flags, environment,
192 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
199 inherit_handles, flags, environment,
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 546 milliseconds