Searched refs:SetTo (Results 526 - 550 of 1286) sorted by relevance

<<21222324252627282930>>

/haiku/headers/os/storage/
H A DNodeInfo.h27 status_t SetTo(BNode* node);
/haiku/src/kits/storage/
H A DFdIO.cpp39 BFdIO::SetTo(int fd, bool keepFd) function in class:BFdIO
/haiku/src/kits/tracker/
H A DAttributeStream.h81 void SetTo(const AttributeInfo& other);
82 void SetTo(const char* name, attr_info info);
83 void SetTo(const char* name, uint32 type, off_t size);
169 void SetTo(BNode*);
/haiku/src/servers/launch/
H A DUtility.cpp59 status_t status = volume.SetTo(device);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.cpp77 fRootNode.SetTo(buffer, blockSize);
/haiku/src/apps/packageinstaller/
H A Dmain.cpp78 if (path.SetTo(argv[i]) != B_OK) {
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp95 SetTo(address, timeout);
153 BSocketMessenger::SetTo(const BNetworkAddress& address, bigtime_t timeout) function in class:BSocketMessenger
175 BSocketMessenger::SetTo(const BSocketMessenger& target, bigtime_t timeout) function in class:BSocketMessenger
177 return SetTo(target.Address(), timeout);
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.cpp52 GuiTeamUiSettings::SetTo(const BMessage& archive) function in class:GuiTeamUiSettings
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp143 ExpressionInfo::SetTo(const BString& expression) function in class:ExpressionInfo
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp79 addressData.SetTo(location->PieceAt(0).address);
/haiku/src/apps/debugger/user_interface/gui/connection_config/
H A DConnectionConfigHandlerRoster.cpp127 handlerDeleter.SetTo(handler); \
/haiku/src/apps/login/
H A DDesktopWindow.cpp51 dir.SetTo(path.Path());
/haiku/src/kits/debugger/debug_info/
H A DImageDebugLoadingStateHandlerRoster.cpp98 handlerReference.SetTo(handler, true);
/haiku/src/bin/
H A Dlistres.cpp106 status = resources.SetTo(&file);
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp105 fHostnameString.SetTo(hostname, MAXHOSTNAMELEN);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp86 const uint8* block = cached.SetTo(fBlockNum);
144 const uint8* block = cached.SetTo(fBlockNum);
262 const uint8* block = cached.SetTo(fBlockNum);
287 const uint8* blockData = cached.SetTo(fBlockNum);
H A DBitmapBlock.h20 bool SetTo(off_t block);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIterator.cpp25 // SetTo
27 AttributeIterator::SetTo(Node *node) function in class:AttributeIterator
H A DEntryIterator.cpp27 // SetTo
29 EntryIterator::SetTo(Directory *directory) function in class:EntryIterator
/haiku/src/system/kernel/fs/
H A DKPath.cpp41 SetTo(NULL, DEFAULT, bufferSize);
55 SetTo(path, flags, bufferSize);
80 KPath::SetTo(const char* path, int32 flags, size_t bufferSize) function in class:KPath
375 SetTo(other.fBuffer, fLazy ? KPath::LAZY_ALLOC : KPath::DEFAULT,
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp49 result = fTargetEntry.SetTo(&fTargetDirectory, repoInfo.Name().String());
/haiku/src/kits/support/
H A DByteOrder.cpp101 messengerPrivate.SetTo(
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.cpp72 fEndpoint.SetTo(fListener->Accept(5000));
/haiku/src/apps/haikudepot/server/
H A DServerSettings.cpp75 sUserAgent.SetTo("HaikuDepot/");
/haiku/src/apps/haikudepot/ui/
H A DWorkStatusView.cpp99 fProgressBar->SetTo(value);

Completed in 165 milliseconds

<<21222324252627282930>>