Symbol: B_MULTIPLE_LAUNCH
headers/private/app/RegistrarDefs.h
175
B_REG_DEFAULT_APP_FLAGS = B_MULTIPLE_LAUNCH,
src/bin/rc/decompile.cpp
701
case B_MULTIPLE_LAUNCH:
src/preferences/filetypes/ApplicationTypeWindow.cpp
576
flags = B_MULTIPLE_LAUNCH;
src/preferences/filetypes/ApplicationTypeWindow.cpp
591
switch (flags & (B_SINGLE_LAUNCH | B_MULTIPLE_LAUNCH | B_EXCLUSIVE_LAUNCH)) {
src/preferences/filetypes/ApplicationTypeWindow.cpp
600
case B_MULTIPLE_LAUNCH:
src/preferences/filetypes/ApplicationTypeWindow.cpp
860
flags |= B_MULTIPLE_LAUNCH;
src/tests/kits/app/broster/GetAppInfoTester.cpp
113
uint32 flags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
src/tests/kits/app/broster/GetAppInfoTester.cpp
182
uint32 flags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
src/tests/kits/app/broster/GetAppInfoTester.cpp
258
uint32 flags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
src/tests/kits/app/broster/GetRecentTester.cpp
52
const int32 kMultipleLaunchFlags = B_MULTIPLE_LAUNCH;
src/tests/kits/app/broster/GetRecentTester.cpp
56
const int32 kMultipleLaunchArgvOnlyFlags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
src/tests/kits/app/broster/GetRecentTester.cpp
60
const int32 kMultipleLaunchBackgroundFlags = B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
src/tests/kits/app/broster/GetRecentTester.cpp
64
const int32 kMultipleLaunchArgvOnlyBackgroundFlags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY | B_BACKGROUND_APP;
src/tests/kits/app/broster/LaunchTester.cpp
750
B_MULTIPLE_LAUNCH | B_ARGV_ONLY);
src/tests/kits/app/broster/LaunchTester.cpp
805
B_MULTIPLE_LAUNCH);
src/tests/kits/storage/AppFileInfoTest.cpp
1372
uint32 testFlags2 = B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
src/tests/kits/storage/AppFileInfoTest.cpp
2763
AppFlagsValue(B_MULTIPLE_LAUNCH));