Symbol: B_APP_IMAGE
src/apps/processcontroller/ProcessController.cpp
897
if (info.type == B_APP_IMAGE) {
src/kits/app/AppMisc.cpp
60
if (info.type == B_APP_IMAGE) {
src/kits/debugger/controllers/TeamDebugger.cpp
1959
bool handlePostExecSetup = fExecPending && image->Type() == B_APP_IMAGE
src/kits/debugger/controllers/TeamDebugger.cpp
504
if (image->Type() == B_APP_IMAGE)
src/kits/debugger/model/Team.cpp
214
if (image->Type() == B_APP_IMAGE)
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
334
if (imageInfo.type == B_APP_IMAGE) {
src/kits/debugger/user_interface/util/UiUtils.cpp
133
case B_APP_IMAGE:
src/kits/storage/Resources.cpp
214
? info.type == B_APP_IMAGE
src/system/kernel/image.cpp
105
if (image->info.basic_info.type == B_APP_IMAGE)
src/system/kernel/image.cpp
459
if (info.type == B_APP_IMAGE)
src/system/libroot/os/find_paths.cpp
283
if (codePointer == NULL ? _info.type == B_APP_IMAGE
src/system/libroot/posix/unistd/brk.c
64
if (i_info.type == B_APP_IMAGE) {
src/system/runtime_loader/elf.cpp
555
status = load_image(path, B_APP_IMAGE, NULL, NULL, NULL, &gProgramImage);
src/system/runtime_loader/elf_load_image.cpp
512
if (found == NULL && type != B_APP_IMAGE && gProgramImage != NULL) {
src/system/runtime_loader/images.h
38
#define ALL_IMAGE_TYPES (IMAGE_TYPE_TO_MASK(B_APP_IMAGE) \
src/system/runtime_loader/images.h
42
#define APP_OR_LIBRARY_TYPE (IMAGE_TYPE_TO_MASK(B_APP_IMAGE) \
src/system/runtime_loader/runtime_loader.cpp
100
case B_APP_IMAGE:
src/system/runtime_loader/runtime_loader.cpp
312
if (fd >= 0 || type == B_APP_IMAGE)
src/system/runtime_loader/runtime_loader.cpp
410
fd = open_executable(path, B_APP_IMAGE, NULL, NULL, NULL, NULL, NULL);
src/system/runtime_loader/runtime_loader.cpp
55
case B_APP_IMAGE:
src/system/runtime_loader/runtime_loader.cpp
77
case B_APP_IMAGE:
src/tests/add-ons/kernel/kernelland_emu/module.cpp
736
if (info.type != B_APP_IMAGE)
src/tests/kits/app/broster/testapps/RosterBroadcastTestApp1.cpp
76
if (info.type == B_APP_IMAGE) {
src/tests/kits/app/broster/testapps/RosterLaunchTestApp1.cpp
76
if (info.type == B_APP_IMAGE) {
src/tests/kits/app/broster/testapps/RosterWatchingTestApp1.cpp
76
if (info.type == B_APP_IMAGE) {
src/tests/kits/storage/ResourceStringsTest.cpp
129
if (info.type == B_APP_IMAGE) {
src/tests/system/libroot/posix/brk_test.c
108
if (i_info.type == B_APP_IMAGE) {