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

/haiku/src/apps/installer/
H A DInstallerWindow.cpp56 static const char* kBootManagerSignature = "application/x-vnd.Haiku-BootManager"; variable
321 fBootManagerLaunched = be_roster->IsRunning(kBootManagerSignature);
533 bool isBootManager = !strcasecmp(signature, kBootManagerSignature);
698 if (be_roster->Launch(kBootManagerSignature) != B_OK) {

Completed in 28 milliseconds