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

  /external/webkit/Source/WebKit2/UIProcess/Launcher/win/
ProcessLauncherWin.cpp 58 ::SetHandleInformation(clientIdentifier, HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT);
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 155 #define SetHandleInformation _dbus_wince_SetHandleInformation
156 BOOL SetHandleInformation(HANDLE,DWORD,DWORD);
dbus-sysdeps-wince-glue.c 445 SetHandleInformation (HANDLE hObject, DWORD dwMask, DWORD dwFlags)
dbus-sysdeps-win.c 330 if ( !SetHandleInformation( (HANDLE) handle,
    [all...]
  /external/chromium/net/test/
test_server_win.cc 163 if (!SetHandleInformation(child_write, HANDLE_FLAG_INHERIT,
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 87 if (!SetHandleInformation(stdin_pipe_read,
89 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
92 if (!SetHandleInformation(stdout_pipe_write,
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 301 if (SetHandleInformation(stdin_pipes[0],
303 SetHandleInformation(stdout_pipes[0],
305 SetHandleInformation(stderr_pipes[0],
  /external/chromium/base/
process_util_win.cc 348 if (!SetHandleInformation(out_read, HANDLE_FLAG_INHERIT, 0)) {
  /system/core/adb/
adb.c 717 SetHandleInformation( pipe_read, HANDLE_FLAG_INHERIT, 0 );
    [all...]

Completed in 180 milliseconds