Searched refs:Load (Results 1 - 25 of 87) sorted by last modified time

1234

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp80 status_t Load();
192 // Load
194 ElfSection::Load() function in class:ElfSection
368 if (fSection->Load() != B_OK)
579 if (section->Load() != B_OK) {
710 error = section.Load();
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h40 status_t Load(uint8 addressSize, bool isBigEndian,
H A DDwarfFile.cpp580 DwarfFile::Load(uint8 addressSize, bool isBigEndian, const BString& externalInfoFilePath) function in class:DwarfFile
3270 TRACE_DIE("DwarfManager::File::Load(\"%s\"): no "
H A DDwarfManager.cpp71 error = file->Load(fAddressSize, fIsBigEndian, _state.locatedExternalInfoPath);
/haiku/src/system/boot/loader/
H A Delf.cpp53 static status_t Load(int fd, preloaded_image* image);
209 ELFLoader<Class>::Load(int fd, preloaded_image* _image) function in class:ELFLoader
676 return ELF64Loader::Load(fd, *_image);
686 return ELF32Loader::Load(fd, *_image);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp391 ModelLoader::Load() function in class:ModelLoader
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp354 error = fPackageSettings.Load(fMountPoint.deviceID, fMountPoint.nodeID,
1504 error = package->Load(fPackageSettings);
H A DPackageSettings.cpp174 PackageSettings::Load(dev_t mountPointDeviceID, ino_t mountPointNodeID, function in class:PackageSettings
/haiku/src/servers/debug/
H A DDebugServer.cpp115 error = settings.Load(path.Path());
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp566 // Load and use the new keymap
568 if (keymap.Load(ref) != B_OK) {
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1040 fDiskSystem->Load();
H A DKPartitioningSystem.cpp49 error = Load();
H A DKDiskDeviceManager.cpp953 if (diskSystem && diskSystem->Load() != B_OK)
966 if (diskSystem && diskSystem->Load() != B_OK)
981 if (diskSystem->Load() == B_OK) {
1415 if (diskSystem->Load() != B_OK)
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp42 Load();
63 Load();
395 MixerSettings::Load() function in class:MixerSettings
H A DMixerSettings.h61 void Load();
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.cpp42 PackageSettingsItem::Load(::Directory* systemDirectory, const char* name) function in class:PackageFS::PackageSettingsItem
H A Dpackagefs.cpp862 PackageSettingsItem* settings = PackageSettingsItem::Load(systemDirectory,
/haiku/src/preferences/appearance/
H A DCurView.cpp303 if(cs.Load(path.Path())!=B_OK)
354 // Load the current GUI cursor settings from disk. This is done instead of
374 status_t stat=cursorset->Load(path.String());
395 cursorset->Load(string.String());
/haiku/src/kits/storage/
H A DAddOnImage.cpp23 // Load
25 AddOnImage::Load(const char* path) function in class:AddOnImage
H A DAddOnImage.h18 status_t Load(const char* path);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp806 && settings.Load(path.Path()) == B_OK) {
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp59 fCurrentKeymap.Load(current->EntryRef());
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h47 status_t Load(const PackageSettings& settings);
/haiku/src/kits/shared/
H A DSettingsMessage.cpp33 fStatus = Load();
54 SettingsMessage::Load() function in class:SettingsMessage
/haiku/headers/private/shared/
H A DSettingsMessage.h35 status_t Load();

Completed in 118 milliseconds

1234