Symbol: _SetStatusMessage
src/apps/installer/InstallerWindow.cpp
495
_SetStatusMessage(status);
src/apps/installer/InstallerWindow.cpp
497
_SetStatusMessage(fLastStatus.String());
src/apps/installer/InstallerWindow.cpp
530
_SetStatusMessage(status.String());
src/apps/installer/InstallerWindow.cpp
562
_SetStatusMessage(B_TRANSLATE("Running BootManager and "
src/apps/installer/InstallerWindow.cpp
567
_SetStatusMessage(B_TRANSLATE("Running DriveSetup"
src/apps/installer/InstallerWindow.cpp
572
_SetStatusMessage(B_TRANSLATE("Running BootManager"
src/apps/installer/InstallerWindow.cpp
749
_SetStatusMessage(B_TRANSLATE("Scanning for disks" B_UTF8_ELLIPSIS));
src/apps/installer/InstallerWindow.cpp
861
_SetStatusMessage(statusText.String());
src/apps/installer/InstallerWindow.h
54
void _SetStatusMessage(const char* text);
src/apps/installer/WorkerThread.cpp
197
_SetStatusMessage(B_TRANSLATE("Boot sector not written "
src/apps/installer/WorkerThread.cpp
210
_SetStatusMessage(B_TRANSLATE("The partition can't be "
src/apps/installer/WorkerThread.cpp
216
_SetStatusMessage(B_TRANSLATE("The mount point could not "
src/apps/installer/WorkerThread.cpp
223
_SetStatusMessage(B_TRANSLATE("The disk can't be "
src/apps/installer/WorkerThread.cpp
229
_SetStatusMessage(B_TRANSLATE("The mount point could not "
src/apps/installer/WorkerThread.cpp
236
_SetStatusMessage(
src/apps/installer/WorkerThread.cpp
240
_SetStatusMessage(
src/apps/installer/WorkerThread.cpp
423
_SetStatusMessage(B_TRANSLATE("Writing bootsector."));
src/apps/installer/WorkerThread.cpp
431
_SetStatusMessage(B_TRANSLATE("Finishing installation."));
src/apps/installer/WorkerThread.cpp
487
_SetStatusMessage(mountError);
src/apps/installer/WorkerThread.cpp
503
_SetStatusMessage(mountError);
src/apps/installer/WorkerThread.cpp
547
_SetStatusMessage(B_TRANSLATE("You can't install the contents of a "
src/apps/installer/WorkerThread.cpp
562
_SetStatusMessage("Installation stopped.");
src/apps/installer/WorkerThread.cpp
770
_SetStatusMessage(B_TRANSLATE("Installation canceled."));
src/apps/installer/WorkerThread.h
61
void _SetStatusMessage(const char* status);