Searched refs:SetTo (Results 376 - 400 of 1286) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/repositories/
H A DTaskTimer.cpp37 fMessenger.SetTo(this);
128 fRepositoryName.SetTo(name);
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp144 SetTo(&ref);
291 LaunchButton::SetTo(const entry_ref* ref) function in class:LaunchButton
307 if (info.SetTo(&file) == B_OK) {
310 SetTo(mimeSig, false);
334 LaunchButton::SetTo(const char* appSig, bool updateIcon) function in class:LaunchButton
342 SetTo(&ref);
353 fDescription.SetTo(text);
400 if (appFileInfo.SetTo(&file) == B_OK
/haiku/src/system/kernel/disk_device_manager/
H A DUserDataWriter.cpp29 SetTo(buffer, bufferSize);
38 // SetTo
40 UserDataWriter::SetTo(user_disk_device_data *buffer, size_t bufferSize) function in class:UserDataWriter
/haiku/src/kits/storage/
H A DSymLink.cpp137 result = path->SetTo(contents);
139 result = path->SetTo(dir, contents);
H A DOffsetFile.cpp31 SetTo(file, offset);
39 // SetTo
41 OffsetFile::SetTo(BFile *file, off_t offset) function in class:BPrivate::Storage::OffsetFile
H A DNode.cpp111 // fCStatus is set by SetTo(), ignore return value
112 (void)SetTo(ref);
122 // fCStatus is set by SetTo(), ignore return value
123 (void)SetTo(entry);
133 // fCStatus is set by SetTo(), ignore return value
134 (void)SetTo(path);
144 // fCStatus is set by SetTo(), ignore return value
145 (void)SetTo(dir, path);
173 BNode::SetTo(const entry_ref* ref) function in class:BNode
180 BNode::SetTo(cons function in class:BNode
192 BNode::SetTo(const char* path) function in class:BNode
199 BNode::SetTo(const BDirectory* dir, const char* path) function in class:BNode
[all...]
H A DNodeInfo.cpp57 fCStatus = SetTo(node);
67 BNodeInfo::SetTo(BNode* node) function in class:BNodeInfo
426 result = path.SetTo(ref);
494 type.SetTo(B_APP_MIME_TYPE);
496 type.SetTo(B_FILE_MIME_TYPE);
502 type.SetTo(B_VOLUME_MIME_TYPE);
504 type.SetTo(B_DIRECTORY_MIME_TYPE);
506 type.SetTo(B_SYMLINK_MIME_TYPE);
510 type.SetTo(B_FILE_MIME_TYPE);
577 result = node.SetTo(re
[all...]
/haiku/src/kits/locale/
H A DDurationFormat.cpp112 zonePrivate.SetTo(&defaultTimeZone);
114 zonePrivate.SetTo(timeZone);
/haiku/src/bin/keymap/
H A Dmain.cpp68 status = keymap.SetTo(name);
71 status = keymap.SetTo(fileIO);
/haiku/src/system/boot/loader/
H A DPathBlocklist.cpp33 BlockedPath::SetTo(const char* path) function in class:BlockedPath
134 if (blockedPath == NULL || !blockedPath->SetTo(path)) {
/haiku/src/apps/mail/
H A DMailApp.cpp227 else if (entry.SetTo(argv[loop]) == B_NO_ERROR)
241 window->SetTo(names.String(), subject.String(), ccNames.String(), bccNames.String(),
534 directory.SetTo(dictionaryDir.Path());
541 dataPath.SetTo(&entry);
544 leafName.SetTo(dataPath.Leaf());
550 leafName.SetTo(dataPath.Leaf());
571 leafName.SetTo(dataPath.Leaf());
577 leafName.SetTo(dataPath.Leaf());
618 file.SetTo(&ref, O_RDONLY);
659 email.SetTo("");
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp45 ICUNumericData::SetTo(const Locale& locale, const char* posixLocaleName) function in class:BPrivate::Libroot::ICUNumericData
47 status_t result = inherited::SetTo(locale, posixLocaleName);
/haiku/src/bin/
H A Dopen.cpp117 result = entry.SetTo(arg.String());
130 result = entry.SetTo(arg.String());
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp109 error = fElements[fLength].SetTo(blockNumber, index);
136 // SetTo
138 TreePath::Element::SetTo(uint64 blockNumber, int32 index) function in class:TreePath::Element
174 SetTo(tree);
183 // SetTo
185 TreeIterator::SetTo(Tree *tree) function in class:TreeIterator
544 // SetTo
546 ItemIterator::SetTo(Tree *tree) function in class:ItemIterator
548 status_t error = fTreeIterator.SetTo(tree);
568 error = item->SetTo(nod
853 ObjectItemIterator::SetTo(Tree *tree, uint32 dirID, uint32 objectID, function in class:ObjectItemIterator
1084 DirEntryIterator::SetTo(Tree *tree, uint32 dirID, uint32 objectID, function in class:DirEntryIterator
1285 StreamReader::SetTo(Tree *tree, uint32 dirID, uint32 objectID) function in class:StreamReader
[all...]
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp274 CHK(resources.SetTo(&file) == B_OK);
308 CHK(resources.SetTo(&file) == B_OK);
335 CHK(resources.SetTo(&file) == B_OK);
1070 // status_t SetTo(BFile *file)
1075 CHK(appFileInfo.SetTo(NULL) == B_BAD_VALUE);
1085 CHK(appFileInfo.SetTo(&file) == B_BAD_VALUE);
1096 CHK(appFileInfo.SetTo(&file) == B_OK);
1107 CHK(appFileInfo.SetTo(NULL) == B_BAD_VALUE);
1118 CHK(appFileInfo.SetTo(&file2) == B_OK);
1135 CHK(appFileInfo.SetTo(
[all...]
/haiku/src/kits/shared/
H A DCalendarView.cpp472 fNewFocusedDay.SetTo(row, column);
763 fNewFocusedDay.SetTo(row, column);
764 fNewSelectedDay.SetTo(row, column);
771 fNewFocusedDay.SetTo(0, 0);
772 fNewSelectedDay.SetTo(0, 0);
783 fNewCurrentDay.SetTo(-1, -1);
792 fNewCurrentDay.SetTo(row, column);
799 fNewCurrentDay.SetTo(-1, -1);
890 fFocusedDay.SetTo(0, 0);
891 fSelectedDay.SetTo(
[all...]
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDevice.h28 status_t SetTo(const char *path);
/haiku/headers/private/storage/
H A DDiskDevice.h26 status_t SetTo(partition_id id);
/haiku/headers/private/userlandfs/private/
H A DRequest.h27 void SetTo(area_id area, int32 offset, int32 size);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.h22 status_t SetTo(const char* name);
/haiku/src/add-ons/translators/rtf/
H A Dmain.cpp36 status_t status = input.SetTo(argv[i], B_READ_ONLY);
/haiku/src/apps/installer/
H A DUnzipEngine.h27 status_t SetTo(const char* pathToPackage,
/haiku/src/apps/resedit/
H A DResView.h45 status_t SetTo(const entry_ref &dir, const BString &name);
H A DResourceData.h25 void SetTo(const type_code &code, const int32 &id,
/haiku/src/apps/switcher/
H A DApplicationsView.cpp72 button->SetTo(&info.ref);

Completed in 141 milliseconds

<<11121314151617181920>>