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

/haiku/src/apps/installer/
H A DInstallerWindow.cpp537 bool launched = msg->what == B_SOME_APP_LAUNCHED; local
539 scanPartitions = fDriveSetupLaunched && !launched;
540 fDriveSetupLaunched = launched;
683 "launched."), B_TRANSLATE("OK"));
713 "Haiku boot menu, could not be launched."),
/haiku/src/servers/launch/
H A DTarget.cpp26 Target::SetLaunched(bool launched) argument
28 fLaunched = launched;
H A DTarget.h27 void SetLaunched(bool launched);
/haiku/src/apps/cortex/addons/common/
H A DControlAppLauncher.cpp42 if(launched())
H A DControlAppLauncher.h59 bool launched() const { return m_launched; } function in class:ControlAppLauncher

Completed in 26 milliseconds