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

/haiku/src/kits/print/
H A DPrintAddOnServer.cpp18 fLaunchStatus = Launch(fMessenger);
24 if (fLaunchStatus == B_OK)
149 return fLaunchStatus == B_OK;
156 if (fLaunchStatus == B_OK) {
158 fLaunchStatus = B_ERROR;
196 return fLaunchStatus;
/haiku/headers/private/print/
H A DPrintAddOnServer.h56 status_t fLaunchStatus; member in class:PrintAddOnServer
/haiku/src/servers/launch/
H A DJob.cpp35 fLaunchStatus(B_NO_INIT),
55 fLaunchStatus(B_NO_INIT),
411 return fLaunchStatus != B_NO_INIT;
432 fLaunchStatus = B_NO_INIT;
563 fLaunchStatus = launchStatus != B_NO_INIT ? launchStatus : B_ERROR;
H A DJob.h139 status_t fLaunchStatus; member in class:Job

Completed in 47 milliseconds