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

/haiku/src/apps/installer/
H A DInstallerWindow.cpp55 static const char* kDriveSetupSignature = "application/x-vnd.Haiku-DriveSetup"; variable
320 fDriveSetupLaunched = be_roster->IsRunning(kDriveSetupSignature);
532 bool isDriveSetup = !strcasecmp(signature, kDriveSetupSignature);
669 if (be_roster->Launch(kDriveSetupSignature) != B_OK) {

Completed in 93 milliseconds