HomeSort by relevance Sort by last modified time
    Searched refs:inherit_handles (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/base/process/
launch.cc 14 inherit_handles(false),
launch_win.cc 112 bool inherit_handles = options.inherit_handles; local
116 inherit_handles = false;
143 inherit_handles = true;
154 DCHECK(inherit_handles);
190 NULL, NULL, inherit_handles, flags,
201 inherit_handles, flags, NULL, NULL,
launch.h 60 bool inherit_handles; member in struct:base::LaunchOptions
82 // |inherit_handles| flag must be set to true when redirecting stdio stream.
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 32 // If |inherit_handles| is true |g_inherit_handles_lock| should be taken while
39 bool inherit_handles,
launch_process_with_token.cc 308 BOOL inherit_handles; member in struct:__anon10210::CreateProcessRequest
457 bool inherit_handles,
476 inherit_handles,
  /external/chromium_org/sandbox/win/src/
process_thread_interception.h 75 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
82 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
target_process.h 50 bool inherit_handles,
interceptors_64.cc 193 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,
process_thread_interception.cc 266 BOOL inherit_handles, DWORD flags,
271 thread_attributes, inherit_handles, flags,
325 BOOL inherit_handles, DWORD flags,
330 thread_attributes, inherit_handles, flags,
interceptors_64.h 122 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
130 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
target_process.cc 113 bool inherit_handles,
140 inherit_handles,
broker_services.cc 325 bool inherit_handles = false; local
382 inherit_handles = true;
399 DWORD win_result = target->Create(exe_path, command_line, inherit_handles,
  /external/chromium/base/
process_util_win.cc 221 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,
process_util.h 252 bool empty_desktop_name, bool inherit_handles);
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 194 launch_options.inherit_handles = true;
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 132 options.inherit_handles = true;
234 options.inherit_handles = true;
  /external/chromium_org/base/test/launcher/
test_launcher.cc 272 options.inherit_handles = true;
    [all...]

Completed in 150 milliseconds