Searched refs:shortened (Results 1 – 1 of 1) sorted by relevance
1463 std::string shortened; in miniDump() local1464 shortened.append(mName.string(), 36); in miniDump()1465 shortened.append("[...]"); in miniDump()1466 shortened.append(mName.string() + (mName.length() - 36), 36); in miniDump()1467 name = shortened.c_str(); in miniDump()