Searched refs:RTFileIsValid (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp419 AssertMsgReturn(RTFileIsValid(FileSrc), ("FileSrc=%RTfile\n", FileSrc), VERR_INVALID_PARAMETER);
420 AssertMsgReturn(RTFileIsValid(FileDst), ("FileDst=%RTfile\n", FileDst), VERR_INVALID_PARAMETER);
596 AssertReturn(RTFileIsValid(hFile1), VERR_INVALID_HANDLE);
597 AssertReturn(RTFileIsValid(hFile1), VERR_INVALID_HANDLE);
/vbox/include/iprt/
H A Dfile.h509 RTDECL(bool) RTFileIsValid(RTFILE File);
H A Dmangling.h589 # define RTFileIsValid RT_MANGLER(RTFileIsValid) macro
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp316 if (RTFileIsValid(fh))
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp665 RTR3DECL(bool) RTFileIsValid(RTFILE hFile) function
/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp959 if (!RTFileIsValid(pThis->hFileDevice))
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp695 RTR3DECL(bool) RTFileIsValid(RTFILE hFile) function

Completed in 93 milliseconds