Home
last modified time | relevance | path

Searched refs:load_add_on (Results 1 – 25 of 50) sorted by relevance

12

/haiku/src/servers/print/
H A DTransport.cpp125 image_id id = ::load_add_on(path.Path()); in Transport()
165 if (id == -1 && (id = load_add_on(fPath.Path())) < 0) in ListAvailablePorts()
/haiku/src/kits/storage/
H A DAddOnImage.cpp30 image_id id = load_add_on(path); in Load()
/haiku/src/kits/print/
H A DPrintTransport.cpp85 fAddOnID = load_add_on(path.Path()); in Open()
H A DPrinterDriverAddOn.cpp35 fAddOnID = ::load_add_on(path.Path()); in PrinterDriverAddOn()
/haiku/src/tests/kits/locale/
H A DcollatorSpeed.cpp104 image_id image = load_add_on(addon); in main()
H A DcatalogTest.cpp188 image_id image = load_add_on(addonName.String()); in main()
/haiku/headers/os/kernel/
H A Dimage.h81 image_id load_add_on(const char *path);
/haiku/src/libs/print/libprint/
H A DTransport.cpp57 fImage = load_add_on(path.Path()); in Transport()
/haiku/src/apps/resedit/
H A DResourceRoster.cpp126 image_id addon = load_add_on(path.Path()); in LoadEditors()
/haiku/src/tools/cppunit/
H A DTestShell.cpp112 addonImage = load_add_on(addonPath.Path()); in LoadSuitesFrom()
588 return load_add_on(path); in _LoadAddOn()
591 return load_add_on(path); in _LoadAddOn()
/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarAddItemTest.cpp80 assert((theImage = load_add_on(pulsePath)) != B_ERROR); in PerformTest()
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp86 addon = load_add_on(path.Path()); in main()
/haiku/src/preferences/mail/
H A DConfigViews.cpp181 image_id image = load_add_on(path.Path()); in _CreateSettingsView()
H A DFilterList.cpp160 info.image = load_add_on(path.Path()); in _LoadAddOn()
/haiku/src/kits/screensaver/
H A DScreenSaverRunner.cpp124 fAddonImage = load_add_on(path.Path()); in _LoadAddOn()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp98 fAddOnImage = load_add_on(addOnPath.Path()); in Init()
/haiku/docs/develop/build/
H A Dcompilers.rst24 libraries because they can be loaded using load_add_on for use as replicants. Using the standard
/haiku/src/bin/
H A Dspybmessage.cpp188 gExeImg = load_add_on(gExePath); in main()
/haiku/src/system/libroot/os/
H A Dimage.cpp258 load_add_on(char const *name) in load_add_on() function
263 return __gRuntimeLoader->load_add_on(name, 0); in load_add_on()
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h29 image_id (*load_add_on)(char const *path, uint32 flags); member
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp83 fAddOnImage = load_add_on(fullAddOnPath.String()); in MakeSureItsLoaded()
387 image_id image = load_add_on(fullAddOnPath.String()); in _InitializeCatalogAddOns()
/haiku/src/kits/media/
H A DDormantNodeManager.cpp283 image_id image = load_add_on(path); in _LoadAddOn()
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp312 image_id image = load_add_on(entryPath.Path()); in _LoadAddOns()
/haiku/src/servers/index/
H A DIndexServer.cpp187 image_id image = load_add_on(path.Path()); in RegisterAddOn()
/haiku/src/tests/add-ons/translators/
H A DTranslatorTestAddOn.cpp248 image_id image = load_add_on(path); in TranslatorLoadAddOnTest()

12