Searched refs:ErrorCheck (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.cpp62 static void ErrorCheck(status_t err, const char* msg) function
144 ErrorCheck(err, "couldn't find file reader node\n");
147 ErrorCheck(err, "couldn't instantiate file reader node\n");
151 ErrorCheck(err, "unable to SetRefFor() to read that sound file!\n");
161 ErrorCheck(err, "unable to register LoggingConsumer node!\n");
189 ErrorCheck(err, "unable to get a free output from the producer node");
191 ErrorCheck(err, "unable to get a free input to the LoggingConsumer");
207 ErrorCheck(err, "unable to connect nodes");

Completed in 34 milliseconds