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

  /external/chromium_org/base/process/
launch.cc 14 inherit_handles(false),
launch_win.cc 114 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,
launch.h 59 bool inherit_handles; member in struct:base::LaunchOptions
81 // |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:__anon15112::CreateProcessRequest
455 bool inherit_handles,
474 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 177 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,
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 113 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
121 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
target_process.cc 113 bool inherit_handles,
140 inherit_handles,
broker_services.cc 389 bool inherit_handles = false; local
446 inherit_handles = true;
463 DWORD win_result = target->Create(exe_path, command_line, inherit_handles,
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 182 launch_options.inherit_handles = true;
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 138 options.inherit_handles = true;
240 options.inherit_handles = true;
  /external/chromium_org/base/test/launcher/
test_launcher.cc 381 options.inherit_handles = true;
    [all...]

Completed in 237 milliseconds