Searched refs:VERR_PIPE_NOT_READ (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Derr.h1146 #define VERR_PIPE_NOT_READ (-307) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp653 AssertReturn(pThis->fRead, VERR_PIPE_NOT_READ);
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp855 AssertReturn(pThis->fRead, VERR_PIPE_NOT_READ);
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1155 AssertReturn(pThis->fRead, VERR_PIPE_NOT_READ);

Completed in 1465 milliseconds