Home | History | Annotate | Download | only in tools

Lines Matching full:c_str

189 	const char*		getName			(void) const { return m_name.c_str(); }
282 if (!deProcess_start(serverProc, cmdLine.c_str(), DE_NULL))
286 XS_FAIL(errMsg.c_str());
451 XS_FAIL((string("Invalid message: ") + de::toString(msg->type)).c_str());
526 void runProgram (void) { printf("%s", infoStr.c_str()); }
575 XS_FAIL(static_cast<const InfoMessage*>(msg.get())->info.c_str());
589 printf(" received: '%s'\n expected: '%s'\n", receivedData.c_str(), expected);
596 deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE);
671 printf("%s", static_cast<const InfoMessage*>(msg.get())->info.c_str());
694 deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE);