Searched refs:_SetTo (Results 1 - 25 of 62) sorted by last modified time

123

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp515 status_t error = _SetTo(filename);
597 // _SetTo
599 ElfFile::_SetTo(const char *filename) function in class:ElfFile
/haiku/src/kits/network/libnetapi/
H A DSocket.cpp72 socket->_SetTo(fd, fLocal, peer);
111 BSocket::_SetTo(int fd, const BNetworkAddress& local, function in class:BSocket
H A DSecureSocket.cpp415 socket->_SetTo(fd, fLocal, peer);
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp517 _SetTo(entry);
552 ApplicationTypeWindow::_SetTo(const BEntry& entry) function in class:ApplicationTypeWindow
H A DMimeTypeListView.cpp45 _SetTo(type);
56 _SetTo(mimeType);
149 MimeTypeItem::_SetTo(BMimeType& type) function in class:MimeTypeItem
H A DApplicationTypeWindow.h39 void _SetTo(const BEntry& entry);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h413 inline void _SetTo(const TreeMapIterator& iterator) function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
482 iterator->_SetTo(fTreeMap.GetIterator(node));
518 iterator->_SetTo(fTreeMap.GetIterator(node));
543 iterator->_SetTo(fTreeMap.GetIterator(node));
563 iterator->_SetTo(it);
575 iterator->_SetTo(it);
583 iterator->_SetTo(fTreeMap.GetIterator(node));
599 iterator->_SetTo(it);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp352 return diskSystem->_SetTo(data->disk_system);
1277 BPartition::_SetTo(BDiskDevice* device, BPartition* parent, function in class:BPartition
1294 error = child->_SetTo(fDevice, this, fPartitionData->children[i]);
1406 error = child->_SetTo(fDevice, this, childData);
/haiku/headers/private/storage/
H A DPartition.h187 status_t _SetTo(BDiskDevice* device, BPartition* parent,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp204 _SetTo(info);
215 _SetTo(info);
224 TeamRow::_SetTo(TeamInfo* info) function in class:TeamRow
/haiku/src/kits/package/
H A DRepositoryInfo.cpp57 fInitStatus = _SetTo(data);
63 fInitStatus = _SetTo(entry);
134 return fInitStatus = _SetTo(data);
141 return fInitStatus = _SetTo(entry);
277 BRepositoryInfo::_SetTo(const BMessage* data) function in class:BPackageKit::BRepositoryInfo
337 BRepositoryInfo::_SetTo(const BEntry& entry) function in class:BPackageKit::BRepositoryInfo
/haiku/src/system/boot/loader/
H A Dvfs.cpp487 status_t error = _SetTo(rootDirectory, packageVolumeInfo,
518 BootVolume::_SetTo(Directory* rootDirectory, function in class:BootVolume
/haiku/src/kits/storage/
H A DNode.cpp175 return _SetTo(ref, false);
187 return _SetTo(entry->fDirFd, entry->fName, false);
194 return _SetTo(-1, path, false);
207 return _SetTo(dir->fDirFd, path, false);
554 BNode::_SetTo(int fd, const char* path, bool traverse) function in class:BNode
590 BNode::_SetTo(const entry_ref* ref, bool traverse) function in class:BNode
H A DDirectory.cpp100 status_t error = _SetTo(ref, true);
142 status_t error = _SetTo(entry->fDirFd, entry->fName, true);
165 status_t error = _SetTo(-1, path, true);
194 // prevent that our file descriptor goes away in _SetTo()
199 status_t error = _SetTo(dirFD, path, true);
212 // cleanup after _SetTo()
/haiku/src/build/libbe/storage/
H A DNode.cpp165 return _SetTo(ref, false);
177 return _SetTo(entry->fDirFd, entry->fName, false);
184 return _SetTo(-1, path, false);
197 return _SetTo(dir->fDirFd, path, false);
544 BNode::_SetTo(int fd, const char* path, bool traverse) function in class:BNode
580 BNode::_SetTo(const entry_ref* ref, bool traverse) function in class:BNode
H A DDirectory.cpp97 status_t error = _SetTo(ref, true);
138 status_t error = _SetTo(entry->fDirFd, entry->fName, true);
160 status_t error = _SetTo(-1, path, true);
188 // prevent that our file descriptor goes away in _SetTo()
193 status_t error = _SetTo(dirFD, path, true);
205 // cleanup after _SetTo()
/haiku/headers/build/os/storage/
H A DNode.h111 status_t _SetTo(int fd, const char *path, bool traverse);
112 status_t _SetTo(const entry_ref *ref, bool traverse);
/haiku/src/bin/
H A Dsetmime.cpp491 void _SetTo(const char* mimetype);
700 _SetTo(Type());
802 MimeType::_SetTo(const char* mimetype)
887 _SetTo(mimetype);
/haiku/headers/private/kernel/boot/
H A Dvfs.h148 status_t _SetTo(Directory* rootDirectory,
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DString.cpp52 return _SetTo(string, maxLength);
75 if (!_SetTo(string, newLength)) {
98 _SetTo(string.fString, string.fLength);
110 // _SetTo
112 String::_SetTo(const char *string, int32 length) function in class:String
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.cpp186 status_t error = block->_SetTo(this, number);
H A DBlock.cpp177 // _SetTo
179 Block::_SetTo(BlockCache *cache, uint64 number) function in class:Block
/haiku/headers/os/package/
H A DRepositoryInfo.h74 status_t _SetTo(const BMessage* data);
75 status_t _SetTo(const BEntry& entry);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DString.h57 inline bool _SetTo(const char *string, int32 length);
108 return _SetTo(string, maxLength);
131 if (!_SetTo(string, newLength)) {
154 _SetTo(string.fString, string.fLength);
166 // _SetTo
168 String::_SetTo(const char *string, int32 length) function in class:String
/haiku/src/kits/app/
H A DMessenger.cpp296 BMessenger::_SetTo(team_id team, port_id port, int32 token) function in class:BMessenger

Completed in 138 milliseconds

123