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

/external/chromium_org/base/process/
H A Dlaunch.h39 inherit_handles(false),
71 bool inherit_handles; member in struct:base::LaunchOptions
93 // |inherit_handles| flag must be set to true when redirecting stdio stream.
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc308 BOOL inherit_handles; member in struct:__anon9801::CreateProcessRequest
457 bool inherit_handles,
476 inherit_handles,
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
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_interception.cc266 BOOL inherit_handles, DWORD flags,
271 thread_attributes, inherit_handles, flags,
324 BOOL inherit_handles, DWORD flags,
329 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
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 Dtarget_process.cc113 bool inherit_handles,
141 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.cc325 bool inherit_handles = false; local
382 inherit_handles = true;
399 DWORD win_result = target->Create(exe_path, command_line, inherit_handles,
H A Dinterceptors_64.cc193 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
200 inherit_handles, flags, environment,
208 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
215 inherit_handles, flags, environment,
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
/external/chromium/base/
H A Dprocess_util_win.cc221 bool wait, bool start_hidden, bool inherit_handles,
230 inherit_handles, 0, NULL, NULL,
268 bool empty_desktop_name, bool inherit_handles) {
286 NULL, NULL, inherit_handles, flags, enviroment_block,
220 LaunchAppImpl(const std::wstring& cmdline, bool wait, bool start_hidden, bool inherit_handles, ProcessHandle* process_handle) argument
266 LaunchAppAsUser(UserTokenHandle token, const std::wstring& cmdline, bool start_hidden, ProcessHandle* process_handle, bool empty_desktop_name, bool inherit_handles) argument

Completed in 316 milliseconds