get_app_ref
status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
status_t get_app_ref(entry_ref *ref, bool traverse = true);
status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
status_t get_app_ref(entry_ref *ref, bool traverse = true);
BPrivate::get_app_ref(fTeamInfo.TeamID(), &appInfo.ref);
status = BPrivate::get_app_ref(infoPack.team_info.team, &info.ref);
return get_app_ref(B_CURRENT_TEAM, ref, traverse);
found = BPrivate::get_app_ref(&ref) == B_OK;
fInitError = BPrivate::get_app_ref(&ref);
error = BPrivate::get_app_ref(&fileRef);
if (BPrivate::get_app_ref(teamInfo.team, &ref) == B_OK) {
status_t error = get_app_ref(&ref);
entry_ref ref = get_app_ref();
entry_ref ref = get_app_ref();
entry_ref ref = get_app_ref();