Symbol: get_next_image_info
headers/private/shared/TrackerAddOnAppLaunch.h
39
status_t status = get_next_image_info(0, &cookie, &image);
headers/private/shared/TrackerAddOnAppLaunch.h
48
status = get_next_image_info(0, &cookie, &image);
src/add-ons/input_server/devices/keyboard/TeamListItem.cpp
36
if (get_next_image_info(teamInfo.team, &cookie, &info) == B_OK) {
src/apps/autoraise/AutoRaiseIcon.cpp
39
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
src/apps/networkstatus/NetworkStatus.cpp
55
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
src/apps/powerstatus/PowerStatus.cpp
54
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
src/apps/processcontroller/ProcessController.cpp
896
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &info) == B_OK) {
src/apps/processcontroller/Utilities.cpp
115
while (get_next_image_info (0, &cookie, &info) == B_OK) {
src/bin/debug/profile/profile.cpp
377
while (get_next_image_info(teamID, &cookie, &imageInfo) == B_OK) {
src/bin/desklink/MediaReplicant.cpp
166
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
src/bin/listimage.c
59
while ((result = get_next_image_info(id, &cookie, &imageInfo)) == B_OK) {
src/bin/makebootable/platform/bios_ia32/makebootable.cpp
246
while (get_next_image_info(B_CURRENT_TEAM, &cookie, info) == B_OK) {
src/kits/app/AppMisc.cpp
59
while (get_next_image_info(team, &cookie, &info) == B_OK) {
src/kits/debug/SymbolLookup.cpp
295
while (get_next_image_info(fDebugContext->team, &cookie, &imageInfo) == B_OK) {
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
552
while (get_next_image_info(fTeamID, &cookie, &imageInfo) == B_OK) {
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
332
while (get_next_image_info(team, &cookie, &imageInfo)
src/kits/locale/LocaleRoster.cpp
533
while (get_next_image_info(0, &cookie, &info) == B_OK) {
src/kits/locale/MutableLocaleRoster.cpp
109
while (get_next_image_info(0, &cookie, &info) == B_OK) {
src/kits/storage/Resources.cpp
212
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &info) == B_OK) {
src/kits/support/Archivable.cpp
269
&& get_next_image_info(threadInfo.team, &cookie, &imageInfo)
src/kits/tracker/Bitmaps.cpp
220
while (get_next_image_info(0, &cookie, &info) == B_OK) {
src/libs/bsd/dl_iterate_phdr.c
40
while (get_next_image_info(0, &cookie, &info) == B_OK) {
src/libs/compat/freebsd_network/device.c
69
while (get_next_image_info(B_SYSTEM_TEAM, &cookie, &info) == B_OK) {
src/servers/bluetooth/DeskbarReplicant.cpp
246
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
src/servers/mail/DeskbarView.cpp
67
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
src/system/libnetwork/init.cpp
47
if (get_next_image_info(B_CURRENT_TEAM, (int32*)&cookie, &info) != B_OK)
src/system/libnetwork/init.cpp
82
&& get_next_image_info(B_CURRENT_TEAM, (int32*)&cookie, &info) == B_OK);
src/system/libroot/os/find_paths.cpp
282
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &_info) == B_OK) {
src/system/libroot/posix/malloc/hoard2/wrapper.cpp
63
while (get_next_image_info(0, &cookie, &info) == B_OK) {
src/system/libroot/posix/unistd/brk.c
63
&& get_next_image_info(0, &image_cookie, &i_info) == B_OK) {
src/tests/add-ons/kernel/kernelland_emu/module.cpp
735
while (get_next_image_info(B_CURRENT_TEAM, &cookie, &info) == B_OK) {
src/tests/kits/app/broster/testapps/RosterBroadcastTestApp1.cpp
75
while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
src/tests/kits/app/broster/testapps/RosterLaunchTestApp1.cpp
75
while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
src/tests/kits/app/broster/testapps/RosterWatchingTestApp1.cpp
75
while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
315
while (get_next_image_info(team, &cookie, &info) == B_OK)
src/tests/kits/storage/ResourceStringsTest.cpp
128
while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
src/tests/system/libroot/posix/brk_test.c
107
&& get_next_image_info(0, &image_cookie, &i_info) == B_OK) {
src/tests/system/libroot/posix/math/math_test.cpp
19
while (get_next_image_info(0, &cookie, &info) == B_OK) {
src/tools/elfsymbolpatcher/ElfSymbolPatcher.cpp
342
while (get_next_image_info(0, &cookie, &info) == B_OK) {
src/tools/elfsymbolpatcher/ElfSymbolPatcher.cpp
445
while (get_next_image_info(0, &cookie, &info) == B_OK) {