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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 162 TRUE : GetLastError() == ERROR_PIPE_CONNECTED;
164 TRUE : GetLastError() == ERROR_PIPE_CONNECTED;
  /external/chromium_org/mojo/embedder/
platform_channel_pair_win.cc 69 // GetLastError() should return ERROR_PIPE_CONNECTED.
71 PCHECK(GetLastError() == ERROR_PIPE_CONNECTED);
  /external/chromium_org/sandbox/win/src/
named_pipe_policy_test.cc 49 if (ERROR_PIPE_CONNECTED != error &&
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 110 // ERROR_PIPE_CONNECTED. This is not an error! It just means that the
113 if (::ConnectNamedPipe(pipe, NULL) == 0 && GetLastError() != ERROR_PIPE_CONNECTED) {
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 110 // ERROR_PIPE_CONNECTED. This is not an error! It just means that the
113 if (::ConnectNamedPipe(pipe, NULL) == 0 && GetLastError() != ERROR_PIPE_CONNECTED) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 235 if e.args[0] != win32.ERROR_PIPE_CONNECTED:
357 if e.args[0] not in (win32.ERROR_PIPE_CONNECTED,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 235 if e.args[0] != win32.ERROR_PIPE_CONNECTED:
357 if e.args[0] not in (win32.ERROR_PIPE_CONNECTED,
  /external/chromium_org/base/
sync_socket_win.cc 90 if (error != ERROR_PIPE_CONNECTED) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 195 case ERROR_PIPE_CONNECTED:
626 case ERROR_PIPE_CONNECTED:
  /external/chromium_org/ipc/
ipc_channel_win.cc 392 case ERROR_PIPE_CONNECTED:
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc 666 if (error != ERROR_PIPE_CONNECTED) {
675 if (error != ERROR_PIPE_CONNECTED) {
  /external/fio/os/windows/
posix.c 97 case ERROR_PIPE_CONNECTED: return EBUSY;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winerror.h 241 #define ERROR_PIPE_CONNECTED __MSABI_LONG(535)
    [all...]

Completed in 1339 milliseconds