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

  /external/chromium_org/net/base/
net_errors_win.cc 113 case ERROR_BROKEN_PIPE: // Pipe is not connected.
  /external/chromium_org/mojo/system/
raw_channel_win.cc 309 } else if (error == ERROR_BROKEN_PIPE) {
340 } else if (error == ERROR_BROKEN_PIPE) {
383 if (error == ERROR_BROKEN_PIPE)
470 if (error == ERROR_BROKEN_PIPE)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 67 #define ERROR_BROKEN_PIPE 109
winerror.h 123 #define ERROR_BROKEN_PIPE __MSABI_LONG(109)
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 247 if (err == ERROR_BROKEN_PIPE)
288 else if (err == ERROR_BROKEN_PIPE)
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 218 if (res == FALSE && GetLastError() == ERROR_BROKEN_PIPE)
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 108 if (err == ERROR_BROKEN_PIPE || (err == ERROR_BAD_PIPE && used))
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 294 { ERROR_BROKEN_PIPE, EPIPE },
  /external/fio/os/windows/
posix.c 73 case ERROR_BROKEN_PIPE: return EPIPE;

Completed in 624 milliseconds