Searched refs:AssertLogRelRCReturnStmt (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dassert.h2189 /** @def AssertLogRelRCReturnStmt
2199 #define AssertLogRelRCReturnStmt(rc, stmt, rcRet) AssertLogRelMsgRCReturnStmt(rc, ("%Rra\n", (rc)), stmt, rcRet) macro
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp515 AssertLogRelRCReturnStmt(rc, CFGMR3RemoveNode(pBelowThis), rc);
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2481 AssertLogRelRCReturnStmt(vrc, RTDirClose(pDir), E_UNEXPECTED);

Completed in 616 milliseconds