Searched refs:tmpStr (Results 1 – 3 of 3) sorted by relevance
327 std::string tmpStr; in getISyncStr() local344 getISAStr(tmpStr); in getISyncStr()345 oss << tmpStr; in getISyncStr()349 getCycleCountStr(tmpStr); in getISyncStr()350 oss << tmpStr; in getISyncStr()357 std::string tmpStr; in getTSStr() local360 trcPrintableElem::getValStr(tmpStr,64,64,timestamp,true,ts_update_bits); in getTSStr()361 oss << "TS=" << tmpStr + "(" << std::dec << timestamp << "); "; in getTSStr()364 getCycleCountStr(tmpStr); in getTSStr()365 oss << tmpStr; in getTSStr()
1496 char *tmpStr; in addConfigEntry() local1558 if ((tmpStr = strdup(sharedPath)) != NULL) { in addConfigEntry()1561 aMech->uLibName = tmpStr; in addConfigEntry()
217717 JsonString tmpStr; local217732 jsonStringInit(&tmpStr, ctx);217733 jsonAppendRawNZ(&tmpStr, pStr->zBuf, pStr->nUsed+1);217734 pStr = &tmpStr;