Searched refs:busyProcessNames (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/terminal/
H A DTermWindow.cpp340 BString busyProcessNames; local
352 busyProcessNames = info.Name();
364 busyProcessNames << "\n\t";
365 busyProcessNames << info.Name();
390 alertMessage.ReplaceFirst("%1", busyProcessNames);

Completed in 53 milliseconds