Searched defs:fComplain (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1186 * @param fComplain Whether to complain about errors (i.e. is this
1190 static void CopyFileToStdXxx(RTFILE hSrc, PRTSTREAM pDst, bool fComplain) argument
1208 if (fComplain)
1214 if (RT_FAILURE(rc) && fComplain)
1633 CopyFileToStdXxx(hStdErr, g_pStdErr, true /*fComplain*/);

Completed in 48 milliseconds