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

/haiku/src/bin/pkgman/
H A DPackageManager.cpp213 BString rightStr; local
232 rightStr.SetToFormat("%s/%s %s ",
238 if (leftStr.CountChars() + rightStr.CountChars() >= width)
242 leftStr.TruncateChars(width - rightStr.CountChars() - 2);
246 int extraSpace = width - leftStr.CountChars() - rightStr.CountChars();
249 leftStr.Append(rightStr);

Completed in 25 milliseconds