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

/haiku/headers/build/private/app/
H A DAppMisc.h23 status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
24 status_t get_app_ref(entry_ref *ref, bool traverse = true);
/haiku/src/build/libbe/app/
H A DAppMisc.cpp20 // get_app_ref
31 get_app_ref(entry_ref *ref, bool traverse) function in namespace:BPrivate
33 // return get_app_ref(B_CURRENT_TEAM, ref, traverse);
/haiku/headers/private/app/
H A DAppMisc.h24 status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
25 status_t get_app_ref(entry_ref *ref, bool traverse = true);
/haiku/src/kits/app/
H A DAppMisc.cpp96 get_app_ref(team_id team, entry_ref *ref, bool traverse) function in namespace:BPrivate
123 get_app_ref(entry_ref *ref, bool traverse) function in namespace:BPrivate
125 return get_app_ref(B_CURRENT_TEAM, ref, traverse);
H A DApplication.cpp387 fInitError = BPrivate::get_app_ref(&ref);
1690 found = BPrivate::get_app_ref(&ref) == B_OK;
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp147 // get_app_ref
150 get_app_ref() function
246 entry_ref ref = get_app_ref();
374 entry_ref ref = get_app_ref();
544 entry_ref ref = get_app_ref();
/haiku/src/kits/storage/
H A DResourceStrings.cpp144 error = BPrivate::get_app_ref(&fileRef);
/haiku/src/apps/processcontroller/
H A DUtilities.cpp55 status = BPrivate::get_app_ref(infoPack.team_info.team, &info.ref);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp246 BPrivate::get_app_ref(fTeamInfo.TeamID(), &appInfo.ref);
/haiku/src/servers/debug/
H A DDebugServer.cpp1177 if (BPrivate::get_app_ref(teamInfo.team, &ref) == B_OK) {
/haiku/src/servers/registrar/
H A DTRoster.cpp1239 status_t error = get_app_ref(&ref);

Completed in 77 milliseconds