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

/haiku/src/kits/app/
H A DRoster.cpp378 status_t foundAppError = B_OK; local
382 && (foundAppError = can_app_be_used(&ref)) == B_OK) {
391 error = foundAppError != B_OK
392 ? foundAppError : B_LAUNCH_FAILED_APP_NOT_FOUND;

Completed in 38 milliseconds