Searched refs:leftStr (Results 1 - 1 of 1) sorted by path

/haiku/src/bin/pkgman/
H A DPackageManager.cpp212 BString leftStr; local
222 fNumberFormat.FormatPercent(leftStr, completionPercentage);
227 leftStr.SetToFormat("%6s %s", dataString.String(), packageName);
238 if (leftStr.CountChars() + rightStr.CountChars() >= width)
241 leftStr.ReplaceLast(".hpkg", "");
242 leftStr.TruncateChars(width - rightStr.CountChars() - 2);
243 leftStr.Append(B_UTF8_ELLIPSIS " ");
246 int extraSpace = width - leftStr.CountChars() - rightStr.CountChars();
248 leftStr.Append(' ', extraSpace);
249 leftStr
[all...]

Completed in 59 milliseconds