Symbol: Install
headers/os/interface/MenuItem.h
70
void Install(BWindow* window);
headers/os/package/solver/Solver.h
65
virtual status_t Install(
headers/os/storage/MimeType.h
96
status_t Install();
headers/private/debug/TeamDebugger.h
22
status_t Install(team_id team);
headers/private/interface/MenuItemPrivate.h
25
void Install(BWindow* window);
headers/private/interface/MenuPrivate.h
53
void Install(BWindow* window);
headers/private/package/manager/PackageManager.h
93
void Install(const char* const* packages,
headers/private/package/manager/PackageManager.h
95
void Install(const BSolverPackageSpecifierList&
headers/private/storage/mime/Database.h
63
status_t Install(const char *type);
src/apps/bootmanager/BootManagerController.cpp
199
fWriteBootMenuStatus = fBootMenu->Install(*fBootDrive, fSettings);
src/apps/bootmanager/BootMenu.h
42
virtual status_t Install(const BootDrive& drive,
src/apps/bootmanager/LegacyBootMenu.h
32
virtual status_t Install(const BootDrive& drive,
src/apps/cortex/RouteApp/RouteApp.cpp
700
err = s_nodeSetType.Install();
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
179
packageManager->Install(&packageNameString, 1);
src/apps/icon-o-matic/IconEditorApp.cpp
426
ret = mime.Install();
src/apps/mediaplayer/MainApp.cpp
551
ret = mime.Install();
src/apps/packageinstaller/PackageInstall.cpp
34
install->Install();
src/apps/packageinstaller/PackageInstall.h
32
void Install();
src/apps/people/PeopleApp.cpp
150
mime.Install();
src/bin/mail_utils/spamdbm.cpp
3532
ErrorCode = MimeType.Install ();
src/bin/pkgman/command_install.cpp
120
packageManager.Install(packages, packageCount, refresh);
src/bin/pkgman/command_resolve_dependencies.cpp
225
error = solver->Install(packagesToInstall);
src/bin/setmime.cpp
963
if (!IsInstalled() && Install() != B_OK)
src/build/libbe/storage/AppFileInfo.cpp
869
error = mimeType.Install();
src/build/libbe/storage/AppFileInfo.cpp
921
error = mimeType.Install();
src/kits/debug/TeamDebugger.cpp
95
status_t error = Install(thread);
src/kits/interface/Menu.cpp
2428
item->Install(window);
src/kits/interface/Menu.cpp
3050
ItemAt(i)->Install(target);
src/kits/interface/MenuItem.cpp
567
MenuPrivate(fSubmenu).Install(window);
src/kits/interface/MenuItemPrivate.cpp
45
fMenuItem->Install(window);
src/kits/locale/InitLocaleKit.cpp
110
res = mt.Install();
src/kits/locale/InitLocaleKit.cpp
60
res = supertype.Install();
src/kits/package/manager/PackageManager.cpp
164
Install(packagesToInstall, refresh);
src/kits/package/manager/PackageManager.cpp
179
status_t error = fSolver->Install(packages, &unmatchedSpecifier);
src/kits/package/solver/libsolv/LibsolvSolver.h
49
virtual status_t Install(
src/kits/storage/AppFileInfo.cpp
866
error = mimeType.Install();
src/kits/storage/AppFileInfo.cpp
916
error = mimeType.Install();
src/kits/storage/mime/AppMetaMimeCreator.cpp
83
fDatabase->Install(signature);
src/kits/storage/mime/Database.cpp
625
if (Install(supportedType) != B_OK)
src/kits/tracker/TrackerInitialState.cpp
281
mime.Install();
src/preferences/filetypes/NewFileTypeWindow.cpp
177
status_t status = mimeType.Install();
src/servers/mail/MailDaemonApplication.cpp
591
mime.Install();
src/servers/registrar/MIMEManager.cpp
148
? fDatabase.Install(type) : fDatabase.Delete(type);
src/tests/kits/app/broster/BroadcastTester.cpp
89
CHK(BMimeType(signature).Install() == B_OK);
src/tests/kits/app/broster/FindAppTester.cpp
114
CHK(BMimeType(signature).Install() == B_OK);
src/tests/kits/app/broster/FindAppTester.cpp
191
CHK(type.Install() == B_OK);
src/tests/kits/app/broster/FindAppTester.cpp
79
CHK(mimeType.Install() == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
109
CHK(mimeType.Install() == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
159
CHK(BMimeType(signature).Install() == B_OK);
src/tests/kits/app/broster/LaunchTester.cpp
239
CHK(type.Install() == B_OK);
src/tests/kits/app/broster/RosterWatchingTester.cpp
91
CHK(BMimeType(signature).Install() == B_OK);
src/tests/kits/storage/AppFileInfoTest.cpp
1443
CHK(BMimeType(testAppSignature1).Install() == B_OK);
src/tests/kits/storage/AppFileInfoTest.cpp
1594
CHK(BMimeType(testAppSignature1).Install() == B_OK);
src/tests/kits/storage/AppFileInfoTest.cpp
1623
CHK(BMimeType(testAppSignature1).Install() == B_OK);
src/tests/kits/storage/AppFileInfoTest.cpp
1652
CHK(BMimeType(testAppSignature1).Install() == B_OK);
src/tests/kits/storage/AppFileInfoTest.cpp
1916
CHK(BMimeType(testAppSignature1).Install() == B_OK);
src/tests/kits/storage/AppFileInfoTest.cpp
2776
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1000
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1063
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1208
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1234
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1274
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1370
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1413
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1441
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1470
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1503
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1538
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1556
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1835
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1838
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1968
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
1992
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2078
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2116
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2139
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2214
CHK(mime.Install() != B_OK); // R5 == B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
2223
CHK(mime.Install() != B_OK); // R5 == B_BAD_VALUE
src/tests/kits/storage/MimeTypeTest.cpp
2235
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2239
CHK(mime.Install() != B_OK); // We ought to return something standard and logical here, as R5 is random
src/tests/kits/storage/MimeTypeTest.cpp
2383
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
2415
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
3212
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
3371
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
3407
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4514
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4677
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4681
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4684
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4692
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4695
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4698
CHK(type.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
719
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
743
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
758
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
778
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
918
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
945
CHK(mime.Install() == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
973
CHK(mime.Install() == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
922
CHK(type.Install() == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
929
CHK(appType.Install() == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
939
CHK(appType2.Install() == B_OK);